/* ================== system ================== */ 
#page {
	text-align:left; 
	width:800px; 	
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	background-color:#ffffff; 
	border: 1px solid; 
	border-color:#000000;
	font-size: 13px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", Arial, sans-serif;
	padding: 10px;
	overflow: auto;
	
}

#header {
	font-weight: bold;
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
	width: 300px;
	padding: 5px;
}

#menu {
	margin-top: 15px;
	float:left;
	border-right-style: solid;
	border-right-width: 1px;
}

#menu a {
	display: block;
	font-size: 13px;	
	padding: 5px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 5px;
}

#menu .selected {
	display: block;
	padding: 5px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 5px;
	width: 100px;
}

#menu .selected {
	display: block;
	padding: 5px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 5px;
	width: 100px;
}

#menu .selected_last {
	display: block;
	padding: 5px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 0px;
	width: 100px;
}


#content {
	float:left;
	width: 600px;
	font-size: 13px;
	padding: 10px;
	margin-left: 5px;
	margin-top: 5px;
}

.revisions {
	float:left;
	width: 600px;
	font-size: 13px;
	padding: 10px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;		
}

#content h1 {
	font-size: 13px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

#content h1 a {
	text-decoration: none;
}

#content h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}


#footer {
	float:left;
	width: 100%;
	font-size: 13px;
	text-align:center;
}


/* ================== custom ================== */ 
#splash {
	float:right; 
	width:400px; 
	background-color: #000000;
	color: #ffffff; 
	font-size:20px; 
	margin-top:50%; 
	margin-bottom:30%;
}

#splash p {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:2px;
}

ul {
	list-style: square;
	
}

#education {
	border: 1px;
	border-style: solid;
}

#education ul {
	list-style: none;
}

.video {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:425px;
}

#form_message label {
        float:left; width:80px;
}
