@charset "utf-8";
* {
	padding:0;
	border:0;
}

body {
	font-family: "Trebuchet MS", Tahoma, "Times New Roman";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bgg.png);
	background-repeat: repeat;
}
#container {
	margin: 10px auto;
	height: auto;
	width: 830px;
	
}
#top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 20px;
}
#mid {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}
#head {
	height: 270px;
	width: 830px;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
}
#foot {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}
.words {
	margin: auto;
	height: auto;
	width: 780px;
}
#bannerh {
	width:486px;
	margin:10px auto;
	height:auto;
	clear: both;
}
#bottom {
	color:#666666;
	width: 800px;
	margin: auto;

}

#bottom a:link, #bottom a:visited, #bottom a:active {
	color:#666666;
	text-decoration:none;
}

#bottom a:hover {
	color:#990000;
	text-decoration:none;
}
#login {
	text-align: right;
	padding: 210px 15px 15px 0px;
	color:#333300;
	font-size: 13px;
	font-weight: bold;
}
#login a:link, #login a:visited, #login a:active {
	color:#333300;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
#login a:hover{
	color:#990000;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
