* {
	margin: 0px auto;
	padding: 0px;
}

body {
	font-family: Myriad Pro, Arial;
	font-size: 12px;
	background: url(../img/bg.png);
	line-height: 18px;
}

.wrapper {
	width: 760px;
	background: #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: relative;
}

.admin {
	background: #6a460d;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	clear: both;
	height: 20px;
}

.admin a, a.visited, a.active {
	text-decoration: none;
	color: #fff;	
}

.admin a:hover {
	color: #FFB20C;	
}

.logo {
	width: 221px;
	height: 189px;
	float: left;	
}

.marquee {
	float: right;
	border-left: 1px solid #fff;
	width: 538px;
	height: 109px;	
}

.sitename {
	background-image: url( "../img/gwc_title.png" );
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/gwc_title.png",sizingMethod="scale");
	width: 316px;
	height: 54px;
	position: absolute;
	top: 100px;
	left: 221px;
}

.menu {
	clear: both;	
	background: #6a460d;
	padding: 8px;
	height: 15px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	text-align: center;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.menu ul li {
	padding: 0;
	text-transform: uppercase;	
	float: left;
	margin: 0 30px;
}

.menu li ul {
	width: 200px;
 	position: absolute;
  	left: -999em;
  	top: 0;
  	font-size: 12px;
  	text-align: left;
  	background: #6a460d;
  	float: left;
}

.menu li:hover ul {
  	left: auto;
  	top: auto;
  	position: absolute;
  	padding: 5px;
}

.menu a, a.visited, a.active {
	text-decoration: none;
	color: #fff;
}

.menu a:hover {
	color: #FFB20C;	
}

.breadcrumbs {
	border-bottom: 1px dotted #EACA7A;	
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #DB2424;
}

.breadcrumbs a, a.visited, a.active {
	text-decoration: none;
	color: #6A460D;
}

.side {
	width: 201px;
	float: left;
	padding: 10px;
	background: #eaca7a;
	clear: left;
}

.title {
	margin: 15px 0;	
}

.pagetitle {
	font-size: 20px;
	font-weight: bold;	
	color: #BC1F1F;
}

.longtitle {
	font-size: 14px;	
}

.content {
	width: 518px;	
	min-height: 300px;
	float: right;
	padding: 10px;
	clear: right;
}

.content img {
	padding: 5px;
	border: 1px solid #EACA7A;
	margin-bottom: 10px;
}


.footer {
	clear: both;	
	background: #6a460d;
	padding: 5px;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

/* other */

a, a.visited, a.active {
	color: #BC1F1F;
	text-decoration: none;	
}

a:hover {
	color: #000;	
}

.footer a, a.visited, a.active {
	color: #FFF;
	text-decoration: none;	
}

.footer a:hover {
	color: #000;	
}

ul {
	margin-left: 25px;	
}

img {
	border: none;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #ccc;	
	margin: 10px 0;
}