* {
	font-family: Verdana, "myriad Roman", myriad, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin:auto;
}

body {
	margin: 0 auto;
	background: #caaa12 url(../img/bg.png) repeat-x;
	width: 100%;
}

.wrapper {
	background: url(../img/logo.png) no-repeat center top;
	width: 826px;
	height:605px;
	margin-top: 23px;
	margin-bottom: 23px;
	padding-top: 53px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.menu {
	padding-left: 28px;

}
.menu a {
	padding-right: 10px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a.active {
	text-decoration: underline;
}
.left {
	background: #fff url(../img/left.gif) repeat-x;
	width: 5px;
	height:601px;
	float: left;
}
.center {
	background: url(../img/center.png) repeat-x;
	width: 817px;
	height:601px;
	float: left;
}
.right {
	background: #fff url(../img/right.gif) repeat-x;
	width: 4px;
	height:601px;
	float: left;
}
/* PLACEHOLDER FOR CONTENT AND STYLE SPECIFICATION */
.content {
	background: url(../img/left_bg.png) no-repeat bottom;
	width: 356px;
	height: 572px;
	text-align: left;
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
	color: #000;
	line-height: 14px;
	position: relative;
	float: left;
}

	.content p {
		color: #000;
		line-height: 16px;
		margin-bottom: 16px;
	}
	.content strong {
		color: #000;
		font-weight: bold;
	}
	.content ul {
		color: #000;
	}
	.content li {
		color: #000;
	}
	.content em {
		color: #000;
		font-style:italic;
	}
	.content a {
		color: #000;
		line-height: 16px;
		text-decoration: underline;
	}
	.content .italic {
		color: #000;
		font-style:italic;
		line-height: 16px;
	}
	.content h1 {
		color: #000;
		font-weight: bold;
	}
	
	.content input[type='text'],input.text {
		border:1px solid #BDBDBD;
		color: #000;
		padding:0px;
		margin:0px;
		padding-top: 3px;
		padding-left: 5px;
		margin-top: 3px;
		margin-bottom: 3px;
		width:325px;
		height: 17px;
	}
	.content input[type='password'],input.password {
		border:1px solid #BDBDBD;
		color: #000;
		padding:0px;
		margin:0px;
		padding-top: 3px;
		padding-left: 5px;
		margin-top: 3px;
		margin-bottom: 3px;
		width:325px;
		height: 17px;
	}
	.content textarea {
		height:200px;
		border:1px solid #BDBDBD;
		color: #000;
		padding:0px;
		padding-top: 5px;
		padding-left: 5px;
		margin:0px;
		margin-top: 3px;
		margin-bottom: 3px;
		width:325px;
	}

	.content input[type='submit'],input.submit {
		color: #000;
	}

	.content input.error {
		border: 1px solid #aa940f;
	}
	.content textarea.error {
		height:200px;
		border: 1px solid #aa940f;
	}
	.content label.error {
		color: #aa940f;
		width: 4em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
	}
/* PLACEHOLDER FOR IMG */

.left_img {
	width: 412px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top: -75px;
	color: #808283;
	line-height: 16px;
	position: relative;
	float: right;
	z-index: 1;
}
.overlay {
	top: 510px;
	width:412px;
	height:80px;
	text-align: center;
	position:relative;
	float: right;
	z-index:2;
}
.previous {
	height:78px;
	float: left;
	position: relative;
}
.text {
	width:301px;
	height:68px;
	margin-left: 10px;
	float: left;
	position: relative;
	overflow: hidden;
}
#slidebox {
	font-size: 11px;
	color: #fff;
	font-style: italic;
	
}
.next {
	height:78px;
	float: right;
	position: relative;
}
.logo {
	background: url(../img/logo.png) no-repeat;
	width: 309px;
	height: 71px; 
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
.side_img {
	float:left; 
	padding-top: 25px;
}
img{
	border: 0;
}