/* RESET CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0; padding:0;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
	font-weight: normal; 
}

ol, ul, li
{
    list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal; 
	font-weight: normal; 
}

table
{
    border-collapse: collapse; 
	border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

caption, th
{
    text-align: left;
}

q:before, q:after
{
    content:'';
}

/* RESET CSS */

html {
	overflow-x:auto;
	overflow-y:scroll;
}

body {
	background-color: #D4D4D4;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

#main {
	width:995px;
	text-align: left;
	margin: 20px auto 0px auto;
}

#content {
	position:relative;
}

#border_top{
	background: url(../images/bg_995_top.png) no-repeat 0 top;
	height: 1%;
}

#border_center{
	background: url(../images/bg_995_center.png) repeat-y 0 0;
	height: 1%;
}

#border_bottom{
	background: url(../images/bg_995_bottom.png) no-repeat 0 bottom;
	height: 1%;
}

#border_content {
	position:relative;
	padding: 10px 30px 30px 20px;
	height: 1%;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

#footer {
	text-align: center;
	margin-bottom: 30px;
}

#footer p{
	line-height: 150%;
}

#footer span{
	color:#4D4D4D;
	margin-left: 20px;
}

#footer span.first{
	margin-left: 0;
}

#footer a{
	color:#4D4D4D;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}