/*div 
{
    border: 1px solid #f0f;
    margin: 5px;
}*/

html
{
    height: 100%;
    margin: 0px auto;
    padding: 0px auto;
}

body
{
    cursor: default;
    height: 100%;
    font-family: Arial;
    font-size: 10pt;
    margin: 0px auto;
    padding: 0px auto;
    overflow: -moz-scrollbars-vertical;
	text-align: center;
	margin-bottom: -10pt;
	background-image: url(../images/ptm2007ms/outerBG.jpg);
    background-repeat:repeat-y;
	background-position: center top;
}

form 
{
    margin: 0px auto;
    padding: 0px auto;
}

#outer
{
	width:984px;
	/*position: absolute;*/
	height: auto;
	display: block;
	padding-left: 16px;
	background-image: url(../images/ptm2007ms/outerBG.jpg);
    background-repeat:repeat-y;
    margin: 0px auto;
}

#main 
{
    position: relative;
	width: 968px;
    min-height: 200px;
    margin-top:-92px;
	background-color:#5194B3;
	float:left;
	background-image: url(../images/ptm2007ms/background.gif);
	background-repeat: repeat-y;
    text-align: left;
}

#content_left 
{
    margin-top:92px;
    padding-top:161px;    
    padding-bottom:-161px;
	width: 720px;
	background-color: #5194B3;
	background-image: url(../images/ptm2007ms/background-header.jpg);
	background-repeat: no-repeat;
    text-align:left;
    min-height:100px;
    float: left;
}

#content_right 
{
    float: left;
    min-height: 500px;
	width: 238px;
	float:left;
    height: 100%;
	background-image: url(../images/ptm2007ms/background-header-teaser.jpg);
	background-repeat: no-repeat;
	margin-top:92px;
}

#right_bar
{
    margin-top:92px;
    width: 10px;
    background-image: url(../images/ptm2007ms/background-right.jpg);
    background-repeat: repeat-x;
    height: 241px;
    float: right;
}

#head_right 
{
    margin-top: 35px;
    height: 30px;
}

#teaser
{
	width: 238px;
}


#teaser_logo 
{
    height: 49px;
    width: 238px;
	overflow:hidden;
    text-align: left;
}

#footer
{
	height: 92px;
	width:968px;
	background-image: url(../images/ptm2007ms/background-footer.gif);
	background-repeat: repeat-x;		
	float:left;	
    text-align:left;
    overflow: hidden;
}

#footer_teaser
{
    position: relative;
    left:720px;
    height: 47px;
    width: 238px;
    background-image: url(../images/ptm2007ms/background-footer-teaser.jpg)
}

#footer_naviagtion
{
    top: -20px;
	height: 92px;
	width:  720px;
    position: relative;
}

#main_navigation
{
    height: 54px;
/*    border: 1px solid #f0f;*/
    background-image: url(../images/ptm2007ms/background-navigation.gif);
    background-repeat: repeat-x;
}

#logo 
{
    background-image: url(../images/ptm2007ms/proticket-management.gif);
    height: 96px;
    width: 191px;
    position: absolute;
    top:112px;
    left:21px;
}

