body{
background: #212e4d;
text-align: center;
margin: 0px;
padding: 0px;
}

#container{
width: 950px;
height: 100%;
margin: auto;
position: relative;
}



#header{
background: url('../images/header.jpg') no-repeat;
position: relative;
width: 100%;
height: 250px;
}

#content{
background: url('../images/bg.jpg') repeat-y;
min-height: 100%;
padding: 10px 30px 100px 200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;
}

table {
font-family: verdana;
font-size: 12px;
}

p{}


/* -------------------------- */
/*       GENERAL STYLES       */
/* -------------------------- */

h1 {}
h2 {}
h3 {}

hr {clear:both;width:660px;color: #E6E6E6;background-color: #E6E6E6;height: 1px;border: none;margin:20px 20px;}


/* Links */

a:link, a:visited{
color: #a08e65;
text-decoration: none;
}

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


/* -------------------------- */
/*   CONTAINER PROPERTIES     */
/* -------------------------- */


.title{
font-family: times;
font-size: 25px;
border-bottom: 1px solid black;
width: 100%;
margin-bottom: 20px;

}

.title_line{
border-top: 1px solid #B77877;
height: 1px;
width: 100%;
top: 37px;
position: relative;
font-size: 1px;
}
.photo{
padding-top: 0px;
padding-right: 20px;
float: left;
}



/* Footer */

#footer{
/* 
position: absolute;
bottom:15px;
right: 25px;

margin-top: -100px;
*/

padding-top: 120px;
padding-bottom: 20px;
padding-left: 50px;

font-family: verdana;
font-size: 9px;
text-align: center;
color: #666666;
}		


/*  -- menus  -- */

.arrow{
font-family: "Times New Roman", Times, serif;
font-size: 8px;
}

/*

.vertical li{
border-bottom: 1px solid #a08e65;
list-style-type: none;
margin: 0px;
padding: 3px 0px 3px 0px;

}

*/



#menuContainer{
position: absolute;
width: 200px;
top: 100px;
left: 10px;
}



ul#navigation
{
    padding: 0;
    margin: 0;
    list-style: none;
}


ul#navigation li
{
    line-height: 1.1em;
    position: relative;
    float: left;
	text-align: left;
    z-index:5;
}


#navigation a
{
    display: block;
    width: 166px;
    border-bottom: 1px solid #6b8bd5;
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aebee4;
	
	

}



ul#navigation a:hover
{
    /*style for highlighted top link*/
    color: white;
	background-color: #212e4d;
    text-decoration: none;
}

		