* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	color: #666666;
	background-color: #FFCCCC;
	font-size: 90%;
	background: url('../images/page-background.jpg') top left repeat-x #FFCCCC;
	}
	
img { border: 0px; }
p { padding: 10px; }

/* LINKSETS */
a:link { text-decoration: none; color: #FF66FF; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; }
a:hover { border-bottom: 1px dotted #FFCCCC; }
a:visited { text-decoration: none; color: #FFCCCC; }
a:active { text-decoration: none; color: #FFCCCC; border-bottom: 1px dotted #FFCCCC; }
#navigation a:link { text-decoration: none; color: #FF66FF; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; }
#navigation a:hover { border-bottom: 1px dotted #FFCCCC; }
#navigation a:visited { text-decoration: none; color: #FFCCCC; }
#navigation a:active { text-decoration: none; color: #FFCCCC; border-bottom: 1px dotted #FFCCCC; }
#copyright a:link { text-decoration: none; color: #FFF; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; }
#copyright a:hover { border-bottom: 1px dotted #FFF; }
#copyright a:visited { text-decoration: none; color: #FFF; }
#copyright a:active { text-decoration: none; color: #FFF; border-bottom: 1px dotted #FFCCCC; }

.clear { clear: both; }
.unbold { font-weight: normal; }
.advert { 
	text-align: center;
	margin: 10px;
	}
	
.float-left { float: left; }
.float-right { float: right; }
	
#container {
	width: 760px; 
	margin: 26px auto 26px auto;
	background: url('../images/main-background.jpg') top left repeat-y;
	}
	
#header {
	width: 700px; 
	padding: 30px 30px 0px 30px;
	background: url('../images/header-background.jpg') top left no-repeat;
	}
	
#header h1 {
	width: 188px; 
	height:  70px;
	background: url('../images/logo.jpg') bottom left no-repeat;
	text-indent: -9000px;
	}

#navigation {
	width: 700px; 
	min-height:  25px;
	line-height:  23px;
	padding: 0px 30px 0px 30px;
	background: url('../images/navigation-background.jpg') top left repeat-y;
	text-transform: lowercase;
 
	}
	
#navigation ul { 
	list-style-type: none;
	display: inline;
	}
#navigation ul li { display: inline; margin-left: 15px; }
	
#main {
	width: 760px; 
	padding: 0px;
	background: url('../images/main-background.jpg') top left repeat-y;
	}
	
#footer {
	width: 700px; 
	height:  66px;
	font-size: 80%;
	padding: 10px 30px 24px 30px;
	background: url('../images/footer-background.jpg') bottom left no-repeat;
	text-align: center;
	}
	
#column1 {
	width: 460px;
	margin: 10px 10px 30px 30px;
	float: left; }
#column2 {
	width: 235px;
	margin: 10px 15px 30px 500px; 
	font-size: 70%;
	text-align: center;
	}
	
#copyright {
	text-align: center;
	font-size: 70%;
	width: 760px; 
	margin: 26px auto 26px auto;
	}