* {
	margin: 0; padding: 0;
}	
html, body {
	height: 100%;
	background: #333 url(../images/background.gif) repeat;
}
#container {
	width: 800px;
	background: #eee;
	position: relative;
	margin: 0 auto 0 auto;
	min-height: 100%;
	border-left: 3px #003 solid;
	border-right: 3px #003 solid;
	height: 100%; height: auto !important;
}
#logo {
	background: transparent;
	width:175px;
	height: 71px;
	position:absolute;
	top: 10px;
	left: -20px;
}
#link_header {
	height: 20px;
	text-align: right;
	padding-right: 10px;
}
#link_header ul{
	display: inline;
}
#link_header li{
	list-style: none;
	float: right;
}
#link_header a{
	display: block;
	width: 43px;
	text-align: center;
}
#header {
	background: #888 url(../images/name.jpg) no-repeat 120px 6px;
	height: 30px;
	border-bottom: 3px #666 solid;
}
#header_photo {
	background: #000 url(../images/photo.gif) no-repeat;
	height: 75px;
	width: 800px;
}
#navigation {
	height: 19px;
	/*border-top: 3px #666 solid;*/
	background: #ccc url(../images/navigationborder.gif) no-repeat top;
	padding-right: 10px;
	padding-top: 3px;
}
#navigation ul{
	display: inline;
	position:relative;
}
#navigation li{
	list-style: none;
	float: right;
	position:relative;
}
#navigation li ul {
	display: none;
	position: absolute;
	left: 0;
	top:1em;
}
#navigation li>ul {
	top: auto;
	left: auto;
}
#navigation li:hover ul {
	display:block;
	width: 180px;
	background: #666;
	clear: left
}
#navigation li.over ul {
	display:block;
	width: 180px;
	background: #666;
	clear: left
}
#navigation li ul li{
	float:left;
	padding: 0 5px 0 5px;
}
#navigation a{
	display: block;
	width: 75px;
	text-align: center;
	padding: 2px 0 2px 0;
}
#navigation .title {
	display: block;
	width: 75px;
	text-align: center;
	padding: 2px 0 2px 0;
}
#navigation .titlelong {
	display: block;
	width: 105px;
	text-align: center;
	padding: 2px 0 2px 0;
}
#main {
	padding-bottom: 12pt;
}
#right_column {
	margin-top:15px;
	float:left;
	width:130px;
	border-right: 1px #aaa solid;
	padding: 20px 10px 10px 10px;
}
#content{
	padding: 10px 30px 30px 170px;
}
#footer {
	width: 100%;
	background: #ccc;
	position: absolute;
	border-top: 2px #777 solid;
	bottom: -1px; bottom: 0 !important;
	height: 12pt;

}
