

/* -------------- GLOBAL STYLES -------------- */

html, body {
	height: 100%;
}

body {
	background: #ffffff url(../images/bg.png) repeat-x;
	font: 1em "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #484A7D;
}

a:link, a:visited { color: #859f1d; }
a:hover { text-decoration: underline; }

/* -------------- LAYOUT -------------- */

#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width:527px;
}

#wrapper {
		width:100%;

}



#header {
    background: #FFFFFF ;
	height: 100px;
	padding-top: 25px;
}

	

#main {
	width:100%;
}

	.content {
		float: left;
		-moz-border-radius:26px;
		margin: auto;
		padding:50px;
        padding-bottom:30px;
		border:1px solid #D5D3D3;
		background:#fcfcfc;
	}
	
	

#footer {
	font-size: 1em;
	padding: 15px 0;
	color: #6f6953;
	background: #efe9d1 url(../images/bg-footer.png) repeat-x;
	border-top: 1px solid #e3dab8;
	min-height: 60px;
}
	
	#footer a {
		color: #993909;
	}
	
	#footer small {
		color: #8f8a74;
		margin: 10px 0 0 0;
		display: block;
	}

/* -------------- CONTENT ELEMENTS -------------- */

.content h2 {
	color: #484A7B;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -.03em;
	border-bottom: 1px solid #dfccc3;
	padding-bottom: 7px;
}

	.content h2 span {
		color: #2e2c23;
	}

.content h3 {
	color: #484A7D;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}

.content p {
	text-align: left;
}





/* -------------- JAVASCRIPT STYLES -------------- */

.hidden {
	display: none;
}


