body{
background-image:url(images/bggrey.gif);
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
color:#fff6b4;
margin:19px;
}

a{
color:#fff6b4;
text-decoration:underline;
}

a:hover{
color:#fff6b4;
text-decoration:none;
}

h1{
font-size:24px;
text-transform:uppercase;
}

#shadow{
width:983px;
height:728px;
margin:auto;
background-image:url(images/shadow.gif);
background-repeat:no-repeat;
}

#container{
width:983px;
height:728px;
margin:auto;
background-image:url(images/mainbg.gif);
background-repeat:no-repeat;
}

	#main{
	width:955px;
	height:700px;
	margin:auto;
	padding-top:14px;
	}
	
		#header{
		height:282px;
		background-image:url(images/logo.gif);
		background-repeat:no-repeat;
		}
			
			#leftmenu{
			float:left;
			margin:124px 0 0 156px;
			}
			
			#leftmenu a img{
			margin-bottom:47px;
			}
			
			#rightmenu{
			float:right;
			margin:47px 181px 0 0;
			text-align:right;
			}
			
			#rightmenu a img{
			margin-bottom:46px;
			}
		
		#content{
		height:393px;
		margin-top:1px;
		}
		
			.welcome{
			margin-top:10px;
			margin-left:08px;
			}
		
			#images{
			float:left;
			width:262px;
			height:393px;
			}
			
			#text{
			float:right;
			width:653px;
			height:353px;
			padding:20px;
			overflow:hidden;
			text-align:justify;
			}
			
#footer{
clear:both;
font-size:10px;
text-align:center;
}