* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
  background: url(images/pridelodge_back.jpg) fixed }


p {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 850px;
 width: 800px;
 display: inline;
}

#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 200px;
 background: #000000;
 background-image:url(images/header.png)
}

#footer { 
 width: 1000px;
 height: 80px;
 clear: both;
 color: #333;
 background: #000000;
}

#leftcolumn { 
 color: #333;
 background: #000000;
 height: 850px;
 width: 200px;
 float: left;
 background-image:url(images/menu_bg01.jpg)
}

.maintext {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;

	
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #ff3399;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
}

a:active {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
}

