/* CSS Document */
body {background: url(../assets/images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;}

#page {width: 754px; background: url(../assets/images/midPanel.gif) repeat-y; margin:0 auto;}
#content { width: 740px; padding:0px 7px 0px 7px;}

.title {font-size:  24px;}
.subtitle {font-size: 16px;}
.copy {font-size: 12px;}

td {vertical-align:top;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
	
.clear {clear:both; }

#footer {background-color: #222222; padding:5px 10px 5px 10px; text-align:center; }
#footer a {color:#FFFFFF;}
#footer h4 { font-size: 11px;
	color: #FFFFFF;
	float: left;
	font-weight: bold }
#footer h5 { font-size: 10px;
	float: left;
	padding: 0px 120px 0px 120px;
	color: #999999;}


