* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 30px;
	background: #C5AB33 url(images/img01.jpg) no-repeat;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B43939;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: .5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B43939;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
}

/* Logo */

#logo {
	width: 650px;
	height: 300px;
	padding: 10px 50px 0 0;
	text-align: right;
}

#logo .title {
	font-size: 3.6em;
	font-weight: normal;
	font-style: italic;
}

#logo .sub {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B43939;
}

#logo a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
}

/* Content > Main */

#main {
	float: left;
	width: 400px;
	padding: 0 50px;
}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
	border-bottom: 2px dotted #B43939;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #D1BC5C;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #D1BC5C;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #DEC083;
	text-decoration: none;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 1px solid #D1BC5C;
	background: #C29434;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

