@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 525px;
	padding: 25px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	clear: right;
}
#sidenav {
	float: left;
	height: 500px;
	width: 150px;
}


#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#Nav {
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
#miniprofile {
	float: left;
	height: 300px;
	width: 205px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-top-style: none;
	border-left-style: none;
	clear: left;
}
#bottom {
	background-color: #efefef;
	width: 795px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

* {
	margin-top: 0px;

}
body {
	background-color: #efefef;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#main-left {
	clear: left;
	float: left;
	height: 200px;
	width: 200px;
}
#main-right {
	float: right;
	height: 250px;
	width: 250px;
}
#form {
	width: 450px;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
}
.field-1 {
	width: 400px;
	height: 15px;
}
.field-2 {
	width: 400px;
	height: 120px;
}
