/* CSS Document */

@import url(global.css);

.container{
		background:url(../images/body.png);
		padding-top:15px;
}

	.stage{
		width:1024px;
		margin:0 auto;
		padding:0 auto;
		}
	
		.header{
			width:1024px;
			height:313px;
			position:relative;
			background:url(../images/bg_header.jpg) top center no-repeat;
			}
			.welcomeMessage{
				text-align:right;
				padding-top:5px;
				color:white;
				padding-right:15px;
			}
			
			.welcomeMessage a{
				color:white;
			}
			
			.welcomeMessage a:hover{
				color:#CB9BE7;
			}
			
			.logo,
			.tabs1,
			.tabs2{
				position:absolute;
			}
			
			.logo{
				
			}
			
			.tabs1,
			.tabs2{
				
				height:30px
			}
			
			.tabs1{
				top:270px;
				left:20px;	
				width:1024px;
			}
			
			.tabs2{
	top:260px;
	left:730px;
	width:358px;
			}
			
			.tabs1 li,
			.tabs2 li{
				float:left;
				display:block;
				padding:0 10px 0 10px;
			}
			
			.tabs1 li a,
			.tabs2 li a{
				color:#fff;
				text-transform:uppercase;
				text-decoration:none;
			}
		
		.content{
			background:#ffffff;
			padding:15px;
			
			}
		
		.footer{
			background:url(../images/mid_footer_title.png) top center no-repeat;
			height:100px;
			}
			
		.footer2 a{
			color:white;
			text-transform:uppercase;
			font-size:12px;
			text-decoration:none;
		}
		
		.footer2 a:hover{
			text-decoration:underline;
		}
			
	.footer2{
		
		margin:0 auto;
		padding:0 auto;
		padding-top:10px;
		width:1024px;
		color:white;
	}
	
	object{
		padding:0;
		margin:0;
	}

