﻿/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	background-color: #000066;
}
#container {
	width : 798px;
	margin : 0 auto;

}

#editheader {
	width : 800px;
	margin : 0 auto;
	background-color: red;
	color:white;
	height:30px;
	padding:10px;
}
#editheader input {
	float:left;
}

#header {
	height: 215px;
	text-align: center;
	background-color: #FFFFE6;
	position: relative;
	border: 5px solid #000066;
	width:790px;
}
#menu {
	text-align:right;
	color:#c29d00;
	padding:20px;
}

#main {
	border: 5px solid #000066;
	min-height: 450px;
	text-align: left;
	position: relative;
	background-color: #FFFFE6;
	padding: 10px;
	overflow:auto;
	z-index:3;
	line-height:1.1;
	width:770px;
}

#mainHome {
	height: 450px;
	text-align:left;
	position:relative;
}

#rtmenu {
	width:200px;
	float:right;
	border: 3px solid #000066;
	margin:5px;
}

#rtmenu a, #rtmenu a:visited{
	color: #c29D00;
	text-decoration:none;
}
#rtmenu a:hover {
	color: #010F84;
}


#footer {
	height: 150px;
	text-align: center;
	background-color: #FFFFE6;
	position: relative;
	padding: 5px;
	border: 5px solid #000066;
	width: 150;
}

#pic-container {
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:2;
	line-height:1.1;
}

.pic-frame {
	float:left;
	width:190px;
	height:250px;
	margin-top:20px;
	z-index:1
}

