/* CSS Document */
div#Wrap
{
	width:640px;
	margin:auto;
	margin-top: 0px;
	
}

body
{
	background-color:#cac2b7;
	font-family:"Times New Roman", Times, serif;
	margin:0; 
	padding:0; 
	border:0;
}

h2{
	margin-top:0px;
}

div#Content
{
	background-image:url(Images/content_bg.jpg);
	background-repeat:repeat-y;
	width:640px;
	min-height:100px;
}

div#Header
{
	margin-top:0px;
	width: 640px;
	height: 236px;
	background-image: url(Images/header2.jpg);
}
div#Menu
{
	width:632px;
	margin-left:4px;
	margin-right:4px;
	min-height: 40px;
}

.smi
{
	width:84px;
	height:40px;
	background-image:url(Images/selected.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:white;
	font-size:15px;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

.mi
{
	width:84px;
	height:36px;
	background-image:url(Images/not_selected.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:white;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

.mi:hover
{
	background-image:url(Images/selected.jpg);
	color:#5a483c;
}

.mi a
{	
	color:white;
	text-decoration:none;
}

.mi a:hover
{
	color:#CCCCCC;
}

div#SubMenu
{
	width:125px;
	float:left;
	padding: 10px;
}

div#SubMenuInner
{
	background-color:#cac2b7;
	padding:10px;
	font-size: 12px;
}

div#SubMenuInner a
{
	color:white;
	text-decoration: none;
}

div#SubMenuInner a:hover
{
	color:#5a483c;
}

div#SubContent
{
	width:475px;
	float:right;
	padding: 10px;
}
div#Content1
{
	width:390px;
	padding:15px;
	float:left;
}

div#Content4
{
	width:600px;
	padding:15px;
	float:left;
}

div#Content2
{
	width:200px;
	padding:10px;
	float:right;
}

div#Content2inner
{
	background-color:#cac2b7;
	padding:10px;
	width: 180px;
	margin: 0px;
	font-size: 12px;
}

div#Footer
{
	background-image:url(Images/content_bg.jpg);
	background-repeat:repeat-y;
	width:630px;
	min-height:100px;
	color:#5a483c;
	text-align:center;
	padding:5px;
}

div#Footer a
{
	color:#5a483c;
	text-decoration:none;
}

div#Footer a:hover
{
	color:#CCCCCC;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding:
	}
	
div#Content3 {
	padding: 10px;
	float: right;
	width: 200px;
}
div#Content3Inner{
	padding:10px;
	font-size: 12px;
}

div#HeaderContent{
	float:right;
	margin-right: 10px;
	}
	
div#HeaderContent a{
	color:white;
	text-decoration:none;
}

div#HeaderContent a:hover{
	color:black;
	text-decoration:none;	
}

