/*
 * Design by Free CSS Templates
 * http://www.freecsstemplates.org
 * Released for free under a Creative Commons Attribution 2.5 License
*/

/*
 * Common settings.
 */
html {
	background:#71726e;
}

body {
	background:#71726e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
}

a {
	color:#5a1547 !important;
}

a:hover, a:active {
	text-decoration:none;
}

img.left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

img.right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

/*
 * Wrapper
 */
#wrapper {
	width:960px;
	margin:0 auto;
	background:url(../images/bg_wrapper.gif) repeat-y left top;
}

/*
 * Header
 */
#header {
	width:939px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.4em;
	height:150px;
	text-align:right;
}

#header_col1 {
	width:310px;
	float:left;
	padding:30px 0 0 20px;
}

#header_col2 {
	width:220px;
	float:left;
	text-align:center;
	padding:30px 0 0;
}

#header_col3 {
	width:262px;
	float:left;
	text-align:center;
	padding:30px 0 0;
}

/*
 * Menu
 */
#menu {
	list-style:none;
	width:939px;
	margin:0 0 0 10px;
	clear:left;
	background-color:#000;
	height:30px;
}

#menu li {
	display:block;
	width:130px;
	float:left;
	background:#5a1547;
	margin:0 10px 0 0;
	height:30px;
}

#menu a {
	display:block;
	padding:7px 0;
	text-decoration:none;
	text-transform:capitalize;
	color:#fff !important;
	font-size:1.3em;
	white-space:nowrap;
	text-align:center;
}

#menu a:hover {
	text-decoration:underline;
}

#menu li.active a {
	font-weight:bold;
	letter-spacing:0.2em;
}

/*
 * Page
 */
#page {
	width:939px;
	margin:0 auto;
}

/*
 * Content
 */
#content {
	float:right;
	width:630px;
	padding:0 20px 20px;
	font-size:1.3em;
}

/*
 * Sidebar
 */
#sidebar {
	float:left;
	width:229px;
	padding:0 20px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	text-align:center;
}

/*
 * Content areas.
 */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*
 * Footer
 */
#footer {
	width:939px;
	margin:0 auto;
	padding:10px 0;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:1.1em;
	line-height:1.2em;
}

#footer a {
	color:#fff !important;
}

/*
 * Gallery
 */
ul.gallery {
	list-style:none;
	margin-left:0;
	margin-right:0;
}

ul.gallery li {
	width:175px;
	float:left;
	padding:10px;
	text-align:center;
}

p.description {
	font-size:0.8em;
}

/*
 * Forms
 */
table.formtable {
	width:100%;
	border:none;
}

table.formtable th, table.formtable td {
	border:none;
	vertical-align:top;
}

.formfield {
	width:250px;
}

.asterisk {
	color:#A01417;
}

.error {
	color:#A01417;
}

.success {
	color:#98FA28;
}
