@charset "UTF-8";
/* CSS Document */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	background:white;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#7aaa3c;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#cc4c8c;
	font-weight:bold;
}

#container {
	width:800px;
	margin:0px;
	padding:0px;
	min-height:500px;
}

#right {
	position:fixed;
	left:600px;
	width:200px;
	min-height:500px;
	display:block;
	float:right;
	background-image:url(images/graphic.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.nav {
	width:109px;
	padding-top:250px;
	text-align:right;
}
.nav h3 {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.2em;
}

.nav a, .nav a:hover {
	font-size:11px;
	text-decoration:none;
	height:18px;
	display:block;
	width:109px;
	letter-spacing:0.2em;
}

.nav a {
	color:#999;
}
.nav a:hover {
	color:black;
	background-image:url(images/hoverbkg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#header, #content, #footer {
	display:block;
	float:left;
}

#header {
	position:fixed;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	width:600px;
	height:60px;
}

.head {
	position:relative;
	top:20px;
	text-transform:uppercase;
	font-size:14px;
	background-color:white;
	margin: 0px 0px 0px 26px;
	padding:3px;
	
}

#login {
	display:block;
	position:fixed;
	top:15px;
	left:630px;
	z-index:1;
	width:60px;
	height:20px;
}
#login a {
	color:#fff;
}
#login a.out {
	color:#CCC;
}
#login a:hover {
	color:#999;
}

#content {
	margin-top:60px;
	min-height:400px;
	padding:26px;
	width:540px;
}
#content h1 {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.2em;
}

#log {
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:20px;
}
#log p.title {
	font-size:14px;
}

#footer {
	width:500px;
	height:50px;
	
}
#footer p {
	font-size:10px;
	color:#CCC;
	background-image:url(images/footer.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 55px;
}
.date {
	color:#999;
}