/* CSS Document */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0;background:  url(bg.jpg);text-align: center;}
	
#outer{
	width:742px;
	min-height:100%;
	height:auto;
	background:#ffffcc;
	
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	font-size:11px;
	font-family:Georgia, verdana;
	color:#663300;
		position:relative;
	background:  url(temp_06.jpg) repeat-y center center;
	position:relative;
	}
	
* html #outer{height:100%;}

	
A {
	color:#336699;
	text-decoration:none;
	}
	
A:HOVER {
	color:#003366;
	text-decoration:underline;
	}
	
A:VISTED {
	color:#663366;
	text-decoration:none;
	}
A:ACTIVE {
	color:#FF9933;
	text-decoration:underline;
	}
img a {
	border:0;
	}
	
H6 {
	border-bottom:1px dotted #D5D5BD;
	}
	
#main {
	padding:0px 20px 50px 20px;
	font-family:verdana;
	padding-left:320px;
	}

#main-left {
	float:left;
	width:300px;
	text-align:left;
	font-family:verdana;
	}
#main-left-content{
	padding:30px;
	}

H1 {
	font-size:14px;
	color:#464600;
	padding:0;
	margin:0;
	font-family:Georgia;
	
	}
H2 {
	font-size:11px;
	color:#ffcc66;
	padding:0;
	margin:0;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia;
	}
H3 {
	font-size:10px;
	color:#666633;
	font-weight:normal;
	font-family:verdana;
	}
.form-text {
        font-family:verdana;
        font-size:11px;
        height:17px;
        color:#999999;
        border:solid 1px;
        background-color:#eee;
        border-top-color:#aaa;
        border-right-color:#aaa;
        border-left-color:#aaa;
        border-bottom-color:#aaa;
		}
.form-textarea {
        font-family:verdana;
        font-size:11px;
        color:#999999;
        border:solid 1px;
        background-color:#eee;
        border-top-color:#aaa;
        border-right-color:#aaa;
        border-left-color:#aaa;
        border-bottom-color:#aaa;
		height:120px;
		width:295px;
		}
.img-container {
	padding:30px;
	text-align:center;
	padding-top:0px;
	width:700px;
	clear:both;
	}
