@charset "UTF-8";
/* CSS Document */


body{
    font-family: 'Arial', 'Verdana', 'sans-serif';
	color: #333333;
	size: 12px;
	font-weight: normal;
	 /*margin-top:0px;
	letter-spacing: 0.02em;*/
}

#outer

{

position: relative;
width: 600px;
/*border-bottom: 1px solid #684f40;*/
padding-bottom: 10px;
margin: auto;
margin-top:150px;
}




#inner

{

position: relative;
padding: 0px;
z-index: 2;


}

#startLogo{

margin-top:60px;
	
position: relative;
padding: 0px;
z-index: 2;

width:500px;
height:373px;
	
	}
	#header{


	
position: relative;
padding: 0px;
z-index: 2;

width:500px;
height:373px;
	
	}
	#logo{
float:left;	
position: relative;
padding: 0px;
z-index: 2;
width:268px;
height:200px;
	
	}
	
#card{
position: relative;
padding: 180px 7px 15px 8px;
float: left;
width:260px;
height:200px;
text-align:right;
color:#684f40;
margin-left: 0px;
	}
	
#menu{
	position: relative;
padding: 0px;
z-index: 2;
text-align:right;
width:550px;
height:40px;
	}

a.menu:link {

	font-size: 14px;
	font-weight: bold;
    color: #407f9f;
	font-family: 'Verdana', 'Arial';
	text-decoration: none;
	
}

a.menu:visited {
	color: #407f9f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #677176;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}


a.menu:active {
	color: #407f9f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}






