* {margin:0;padding:0;}
body {font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px; 
		text-align:center;
		background-color:#999;
		background-image:url(../images/body-bg.jpg);
		background-position:top;
		background-repeat:repeat-x;}
		
div#page {margin-left:auto;
		margin-right:auto;
		max-width:1000px;
		min-width:800px;
		text-align:left;}
		
table#header {width:100%;
			background-color:#900;
			height:145px;
			background-image:url(../images/header-bg.jpg);
			background-repeat:repeat-x;}
	td#logo {width:395px;
			background-image:url(../images/header-logo.jpg);
			background-repeat:no-repeat;
			padding-left:40px;}
	td#right {width:30px;
			background-image:url(../images/header-right.jpg);
			background-repeat:no-repeat;}

table#menu {background-color:#ccc;
			background-image:url(../images/menu-bg.jpg);
			background-repeat:repeat-x;
			height:50px;}			
	td#menu-left {width:30px;
				background-image:url(../images/menu-left.jpg);
				background-repeat:no-repeat;}
	td#menu-right {width:30px;
				background-image:url(../images/menu-right.jpg);
				background-repeat:no-repeat;}
	ul#hor-menu {list-style-type:none;}
	ul#hor-menu li {float:left;
				padding:0 20px 10px 20px;}
		ul#hor-menu li a {font-family:Arial, Helvetica, sans-serif;
						color:#333;
						text-decoration:none;
						font-weight:bold;}
		ul#hor-menu li a:hover {color:#666;}
		ul#hor-menu li a:active {color:#c00;}
				
table#content-area {background-color:#fff;}
	td#column {background-image:url(../images/left.jpg);
			background-position:left;
			background-repeat:repeat-y;
			vertical-align:top;
			padding:0 20px 10px 30px;
			width:180px;
			border-right:4px dotted #c00;}
	td#content {background-image:url(../images/right.jpg);
			background-position:right;
			background-repeat:repeat-y;
			vertical-align:top;
			padding:0 30px 10px 20px;}
				
table#footer {background-color:#900;
			height:105px;
			background-image:url(../images/footer-bg.jpg);
			background-repeat:repeat-x;
			color:#fff;
			font-size:10px;
			text-align:center;}
	td#footer-left {width:30px;
				background-image:url(../images/footer-left.jpg);
				background-repeat:no-repeat;}
	td#footer-right {width:30px;
				background-image:url(../images/footer-right.jpg);
				background-repeat:no-repeat;}
				
p {line-height:20px;
	margin-bottom:10px;}
p.small {font-size:10px;
		text-align:right;}
		
h1 {color:#f90;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px;
	margin-bottom:10px;}

h1.white {color:#fff;}
	
h3 {color:#f00;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	font-variant:small-caps;}
	
a {color:#f90;
	text-decoration:none;
	outline:none;}
a:hover {text-decoration:underline;}
a:active {color:#f00;
	text-decoration:underline;}
		

