/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font: 0.8em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #f1f1f1;
}

p, ul, ol {
	margin: 1.2em 0 1em 0;
}

ul, ol {
	margin-left: 3em;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1em 0 0 0;
	color: #2c51a9;
}

h2, h4, h6 {
	color: #cf641f;
}

h1,h2 {
	font-size: 1.7em;
}
h3,h4 {
	font-size: 1.5em;
}
h5,h6 {
	font-size: 1.2em;
}

a {
	color: #2c51a9;
}

a:hover {
	color: #cf641f;
}

/* Common layout */

#layout {
	margin: 0 auto;
	width: 860px;
	background:url(img/page-bg.gif) repeat-y center top;
}

#layoutWrapper {
	margin: 0 auto;
	width: 850px;
}

#top {
	position: relative;
	height: 200px;
	background-color: #9188c0;
}

#top h1 {
	position: absolute;
	top:50px;
	left: 100px;
	color: #fff;
	font: bold 2em Georgia, "Times New Roman", Times, serif;
}

#top h2 {
	position: absolute;
	top:90px;
	left: 105px;
	color: #fff;
	font: normal 1.2em Arial, Helvetica, sans-serif; 
}


#top img {
	position: absolute;
	top:6px;
	right: 8px;
	border: 1px solid #fff;
}

#content {
	margin: 10px 0;
	padding: 0 40px;
}


#footer {
	height: 60px;
	text-align: center;
	overflow:hidden;	
	background:url(img/bottom-bg.gif) no-repeat center bottom;
}

#footer p {
	margin: 1px 0 0 0;
	padding: 0;
	color: #666666;
	font-size: .9em;
	font-weight: normal;
}



