/* CSS Document */
a{
	text-decoration: none;
	color:#FFFFCC;
}

a:hover {
	text-decoration: underline;
	color:#FFFFCC;
}
a.menu{
	text-decoration: none;
	color: #000000;
}

a.menu:hover {
	text-decoration: underline;
	color: #000000;
}
a.namelink{
	text-decoration: none;
	color: #000000;
}

a.namelink:hover {
	text-decoration: none
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #330000;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-track-color: #660000;
}
input[type="text"],input[type="password"]{
	border: 1px solid #000;
	width: 200px;
	height: 18px;
	padding:0px;
}

textarea{
	border: 1px solid #000;
	width: 400px;
	height: 100px;
	padding:0px;
}

input[type="checkbox"]{
	width:13px;
}

input[type="submit"], input[type="reset"]{
	border: 1px solid #000;
	height: 18px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
}

SELECT {
	border: 1px solid #000;
	width: 200px;
	height: 18px;
	padding: 1px;
}


#header {
	background-image: url(images/bg_header.jpg);
	width:971px;
	height:189px;
	margin-left:auto;
	margin-right:auto;
}
#login {
	width:180px;
	height:75px;
	float:right;
	color:#FFFFCC;
	padding-right:15px;
	text-align:right;
}

#homelink {
	cursor:pointer;
	float:right;
	width:776px;
	height:189px;
	font-size:1px;
}

#nav {
	background-image: url(images/bg_nav.jpg);
	width:971px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
}

#navwrapper {
	width:750px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
}

#nav1 {
	float:left;
	width:150px;
}

#nav2 {
	float:left;
	width:150px;
}

#nav3 {
	float:left;
	width:150px;
}

#nav4 {
	float:left;
	width:150px;
}

.navtitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFCC;
	font-weight:bold;
	font-size:16px;
}

.navlist {
	font-size:12px;
	line-height:18px;
}

#content {
	background-image: url(images/bg_content.jpg);
	width:971px;
 	height:416px;
	margin-left:auto;
	margin-right:auto;
}

#contentleft {
	float:left;
	width:189px;
	padding-top:50px;
}
.quote {
	float:right;
	width:160px;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:15px;
	font-weight:bold;
	font-style: italic;
	text-align:right;
}
.menuLeft {
	float:right;
	width:160px;
	padding-right:20px;
	color:#000000;
	font-weight:none;
	font-style:none;
	color:#990000;
	font-size:14px;
	text-align: left;
}

#contentcenter {
	float:left;
	width:497px;
	height:396px;
	overflow-y:auto;
	overflow-x:none;
	text-align:left;
	font-size:14px;
	padding-right:20px;
	padding-top:20px;
}

#contentadmin{
	float:left;
	width:697px;
	height:396px;
	overflow-y:auto;
	overflow-x:none;
	text-align:left;
	font-size:14px;
	padding-right:20px;
	padding-top:20px;
}



#contentright {
	float:left;
	width:246px;
	background-image: url(images/bg_factions.jpg);
	height:416px;
	text-align:left;
	padding-left:18px;
	font-size:14px;
}

#contentadminright {
	float:left;
	width:46px;
	background-image: url(images/bg_factions.jpg);
	height:416px;
	text-align:left;
	padding-left:18px;
	font-size:14px;
}


#listcalam {
	height:102px;
	padding-top:8px;
}

#listmountain {
	height:102px;
}

#listbarbarian {
	height:102px;
}

#listorc {
	height:102px;
}

#listmenu{
	height:104px;
	padding-top:7px;

}
.hr {
	background-image: url(images/hr.jpg);
	height:6px;
	margin-left:auto;
	margin-right:auto;
	width:971px;
	font-size:1px;
}

.imgright {float:right;
	padding-right:5px;
}

#footer {
	background-image: url(images/bg_content.jpg);
	height:60px;
	margin-left:auto;
	margin-right:auto;
	width:971px;
	}

#notice{
       background-color: #D6D6D6;
       text-align: center;
       color: #990000;
       font-weight: bold;
       font-size: 8pt;
       padding: 5px;
       border: dashed 1px #000066;
       margin-bottom: 10px;        
}
#formerror{
       color: #990000;
       font-size: 8pt;
}