/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.logo {
	margin: 20px auto 10px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

.logo h1 {
	margin: 5px auto 0px auto;
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}

.logo span {
	margin: 0px auto;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px auto;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.footer h2 {
	margin: 0px auto 5px auto;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #006600;
}

.footer p {
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	text-decoration: none;
}

p {
	margin: 0px;
	padding-bottom: 4px;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

ul, ol {
	margin-left: 25px;
	padding: 0px;
}

ul li {
	list-style:disc;
}

ol li {
	list-style: decimal;
}


/* main content */
#main{
	margin:0px auto;
	width:580px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#singlemain{
background:#FFFFFF url(images/smbottom.gif) bottom no-repeat;
float:left;
margin:0 10px 0 0;
width:580px;
}

#featured{
	padding:5px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	background-color: #F2F2F2;
}

#myGallery{
	margin:4px;
	font-size:18px;
	background-color: #CCCCCC;
}

#myGallery .imageElement{
}

.fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.fix {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
} 
* html .fix{
	height:1%;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
