/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #707070;
	line-height:1.52em;
	
	margin: 0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

h1 {
	font-size: 16px;
	color: #505050;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#CCCCCC;
	padding-bottom:5px;
	margin-bottom:0.5em;
}

h2 {
	font-size: 14px;
	color: #404040;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#CCCCCC;
	padding-bottom:5px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #404040;
	margin-bottom:0.4em;
}

p {
	margin: 0.2em 0;
}

img.left {
	margin: 0 13px 0 0;
	float: left;
}

img.right {
	margin: 0 0 0 13px;
	float: right;
}

a, a:link {
	color: #0066FF;
}

a.weblink {
	text-decoration: none;
	color: #707070;
	font-size: 11px;
}

div#page {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

div#left {
	float:left;
	width:150px;
}

div#content {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0px 50px 0px 200px;	
}
