/* COMMON STYLES */

html {
	width: 100%;
	height: 100%;
	}

body {
	background: #000000 url(./imgs/body_bkgr.gif);
	color: #a3a3a3;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a {
	color: #000000;
	text-decoration: none;
	}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	line-height: 20px;
	}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	}
h6 {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	margin: 3px 0px 2px 0px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	}


/* COMMON CLASSES */

.clrbrk {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	}


/* MAIN LAYOUT BLOCKS */

#frame {
	position: relative;
	width: 800px;
	margin: 0px auto;
	background: url(./imgs/framebk.gif) no-repeat;
	text-align: left;
	}

#header {
	width: 800px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background: url(imgs/top_bk.jpg) no-repeat;
	}

#title {
	width: 800px;
	height: 75px;
	margin: 0px;
	padding: 1px;
	background: url(imgs/title_bk.jpg) no-repeat;
	}
#title h2 span {
	display: none;
	}
.underconst {
	position: absolute;
	top: 380px;
	left: 45px;
	}

/* CONTENT */

#content {
	margin: -20px 35px 0px 510px;
	padding: 0px 0px 0px 20px;
	color: #dedede;
	background: url(./imgs/content-bkgr-test.jpg) no-repeat;
	}

#content p {
	margin: 0px 0px 8px 0px;
	}
#content a {
	font-size: 1.0em;
	color: #ffffff;
	}
#content a:hover {
	color: #79d7f1;
	}

#content .rightimg {
	position: absolute;
	top: 0px;
	right: 0px;
	}


/* FOOTER */

p#copyrplc {
	margin: 0px 0px 0px 210px;
	padding-top: 8px;
	width: 243px;
	height: 10px;
	background: url(./imgs/txt_copyright.gif) no-repeat;
	}

