* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background-color: #1b5789;
}

p {
	margin-left: 12px;
}
p1 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
h1 { 	font-family: Helvetica, sans-serif;
        font-size: 6.0em; margin-bottom: 0.8em; 
		color: white;
		font-weight: normal;
		}
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	background: #e9bc3d;
	color: #5e0d04;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}

.clear { clear: both; }

div#page-wrap {
	width:650px;
	margin: 0 auto;
	float: left;
}

div#main {
	height: 530px;
	width: 708px;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
	padding-left: 38px;
	background: url(images/alex.jpg) left no-repeat;
	background-position:  top left;
	}

div#header {
	height: 20px;
    font-size: 6.0em; 
	margin-bottom: 0.8em; 
	color: white;
	font-weight: normal;
	}

#nav {
	position:relative;
	height: 50px;
	list-style: none;
	}

    #nav li {
		background-color: transparent;
		float: left;
		font-size: 2em;
	}

	#nav li a {
		background-color: transparent;
		margin-top:0px;
		left:0;
		width: 183px;
		display: block;
		color: white;
		padding-top: 18px;
		padding-right:0px;
		margin-right:0px;
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		}
		#nav li:hover, #nav li:active {
			position: relative;
			color: yellow;
		}
		#nav li a:hover, #nav li a:active {
			color: yellow;
		}
#sep {
	background-color: transparent;
	/*float: left;*/
	/* font-style: italic; */
	padding-left:40px;
	color: white;
	height: 15px;
	font-size:2em;
	}

#nav1 {
	position:relative;
	height: 50px;
	list-style: none;
	}

    #nav1 li {
		background-color: transparent;
		display: inline;
		/*float: left;*/
		font-size:2em;
	}
    .nav1d {
		background-color: transparent;
		/*float: left;*/
		font-style: italic;
		padding-left:40px;
		color: white;
	}

	#nav1 li a {
		background-color: transparent;
		margin-top:0;
		left:0;
		/*width:183px;*/
		display: block;
		color: white;
		padding-top: 18px;
		padding-right:0;
		margin-right:0;
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		}
		#nav1 li:hover, #nav li:active {
			position: relative;
			color: yellow;
		}
		#nav1 li a:hover, #nav li a:active {
			color: yellow;
		}



	/*
	level 2
				visibility: hidden; 
				position: absolute; 
	*/
	ul#nav ul 	{ 	width: 183px; 
				visibility: hidden; 
				position: absolute; 
				top: 100%; 
				left: 0; 
				}
	ul#nav ul li { 	line-height: 28px;
				font-size:1em; 	
				font-weight: normal; 
				color: #000; 
				float: none;
				}           
	ul#nav ul li a	{
				padding-top:0;
				padding-bottom:0;
				border-right: none;
				margin-right:12px;
				width: 100%;
				display: inline-block;  /* IE 6 & 7 Needs Inline Block */
				border-bottom: 1px solid #ccc; 
				}

	ul#nav li:hover > ul { visibility: visible; }
	ul#nav ul ul 	{ left: 100%; top: 0; }

	div#footer {
		float:left;
		background: url(images/footer.png) repeat-x  top #f5ecd;
		color: white;
		padding: 10px 0 10px 0;
		text-align: left;
		width: 520px;
		height: 76px;
		padding-left: 48px;
		font-size: 0.9em;

	}
