/* CSS Document */

html, body {
    height: 100%;
}


body { 
	background:url(images/bg.gif) repeat-x; 
	font-size:80%; 
	font-family: Arial, Helvetica, sans-serif; 
	margin:0;
}

td {vertical-align:top;padding:5px 0}

#container { 
	width:700px; 
	margin: auto;
}

#header {
	width:710px; 
	height:109px;
}

#menu { 
	background:url(images/mid.gif) no-repeat; 
	width: 700px; 
	height:135px;
	
}

#flash { 
	width:350px; 
	height:137px; 
	margin-left:9px;

}

#main { 
	background: url(images/drop.gif) repeat-y; 
	margin:0;
	padding:10px 30px 5px 30px; 
	min-height:400px
}

#footer { 
	background:url(images/footer.gif) no-repeat; 
	width:710px; 
	height:35px;
	padding: 25px 0 0 0;
	text-align:center;
	color:#9d9d9d;
	clear:both;
}

#footer p{margin:0 0 5px 0;}

a:link {color:#ec6744;text-decoration:none}
a:visited {color:#ec6744;text-decoration:none}
a:active {color:#ec6744;text-decoration:none}
a:hover {color:#ec6744;text-decoration:underline}

#footer a:link {color:#9d9d9d;text-decoration:none}
#footer a:visited {color:#9d9d9d;text-decoration:none}
#footer a:active {color:#9d9d9d;text-decoration:none}
#footer a:hover {color:#ec6744;text-decoration:none}

p {0 margin:10px}

h1{font-size: 180%; font-weight:bold; color:#ec6744;}

h2{font-size: 130%; font-weight:bold; color:#ec6744; margin:0}

h3{font-size: 100%; font-weight:bold; color:#000; margin:0}

input {font-size:100%;}

select {font-size:100%;}

.btn { font-size:100%; background:#e94c22; border:0; cursor:pointer; color:#FFFFFF; padding:3px;}
.btn:hover { font-size:100%; background:#ab391a;  color:#FFFFFF;}

.red {color:#FF0000; font-weight:bold}

.form {background-color:#EAEAEA; padding:5px}

.col1 { width:420px; padding-left:10px;}

.clear {clear:both;height:1px}

.hr {border-bottom:1px dotted #666; margin-bottom:15px;height:1px; width:100%}

