@import url(header.css); /* This imports header style sheet */
@import url(sidebar.css); /* This imports sidebar style sheet */
@import url(main.css); /* This imports content style sheet */

body {
	font-family:arial, helvetica, verdana, sans-serif; 
	background:#005CA1;
	color:#004A80;
	padding:0;
	margin:20px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	}

a img {border:none;}
a {text-decoration:none; font-weight:bold;}
a:link, a:visited {color:#004A80;}
a:hover, a:active {color:#F90;}
	
#all {
	position:relative;
	width:810px;
	padding:0;
	margin:0 auto;
	background:url(/img/back-all.jpg) repeat-y;
	}
	
#content {
	width:780px;
	padding:113px 0 0 0;
	margin:0 auto;
	text-align:left;
	background:url(/img/back-content.gif) 175px 0 repeat-y;
	}

#home #content {
	background:url(/img/back-lines-home.gif) 0 113px no-repeat;
	/min-height:540px;
	}

#footer {
	width:810px;
	height:27px;
	background:url(/img/back-footer.jpg) no-repeat;
	}
	
#ftr-text {
	font-size:10px;
	background:#005CA1;
	color:#48AAF0;
	margin:0;
	}
	
.clear-both {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:0;
	}

.clear-left {
	clear:left;
	height:0;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:0;
	}

.clear-right {
	clear:right;
	height:0;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:0;
	}
