/* CSS Document */

body {
	background: url(images/pagebg.jpg) repeat-x #ffffff;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

a {
	font-weight:bold;
	color: #e1a756;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color: #c0c0c0;
	text-decoration:none;
}

h1 {
	font-size:120%;
	font-weight:bold;
	color:#93acb5;
	border-bottom: solid 1px #ececec;
	letter-spacing:.1em;
	padding-bottom:3px;
}

h2 {
	font-size:100%;
	font-weight:bold;
	color:#808080;
	border-bottom: solid 0px #ececec;
	padding:3px;
	background-color:#f3f3f3;
}

p {
	margin-top:8px;
}

img
{
 border-color: #e1a756;
}

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar {
	float:left;
	width:220px;
	padding: 230px 20px 15px 20px;
	background:url(images/sidebg.jpg) top center no-repeat;
	color:#808080;
	font-size:70%;
	text-align:right;
}

#main {
	float:right;
	width:480px;
	background:url(images/title.png) top left no-repeat;
	padding-top:120px;
	padding-left:0px;
	color:#808080;
	font-size:70%;
	text-align:justify;
}