* {
   padding:0;
   margin:0;
   }
h1, h2, h3, h4, h5, h6, p, pre, blockquote,label, ul, ol, dl, fieldset,address {
   margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

img {
	 border:none;
	}

body {
 font-size: 95%;
 font-family: "trebuchet ms", verdana, georgia, times, "times new roman", serif;
 color: #a655bf;
	background: #333 url('../images/new_name.jpg') no-repeat top center;
 text-align: center;
 }

div#main {
		margin-top: 70px;
		margin-bottom: 10px;
		margin-left: 5%;
		margin-right: 5%;
		text-align:left;
		width: auto;
}

div#main a {
	color:#ccc;
}
div#main a:hover {
	color:#eee;
}

div#menu {
	font-size: 14px;
	color: #ccc;
	margin-left:auto;
	margin-right:auto;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space:nowrap;
	text-align: center;
	width: 100%;	
}

div#menu ul a {
	font-weight: bold;
	}

div #menu li {
  width: auto;
	
}


div#menu ul li {
	position: relative;
	display:inline;
	}

div#menu li ul {
	position: absolute;
	left: 0px;
	top: 1em;
	display: none;
	}

div#menu ul li a {
	text-decoration: none;
	padding:0 1em;
	color: #ccc;
	width: auto;
	}

div#menu ul li ul li a {
	text-decoration: none;
	color: #ccc;
	width: auto;
	display: block;
	float:left;
	}

div#menu ul li a:hover {
	color: #eee;
	}

div#menu ul li ul li a:hover {
	color: #eee;
	width:auto;
	}

div#menu li:hover ul, li.over ul { 
	display: block;
 }


div#content {
	position:relative;
	top:3em;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	display:block;
}

div#content h3 p {
	text-align:left;
}

div#content #thumbs {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	
}	

div#content #thumbs .row {
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	display: block;
}

.thumbnail {
	float: left;
	width: auto;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumbnail img {
	display:block;
  margin-left:auto;
  margin-right:auto;
  width: auto;
}

.full {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width: auto;	
	margin-top:25px;
	margin-bottom:25px;
	padding: 25px;
}

.full img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: auto;	
}

.full h3 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.full h4 {
	text-align: center;
	font-size: 120%;
}

.clearboth { clear: both; }



div#footer {
	margin-top: 40px;
	clear:both;
	text-align: right;
	width: auto;
	color: #000;
	font-size: 80%;
}

div#footer img {
	margin-right: 50px;
	padding-right: 1em;
	float:right;
	}

#cleardiv {
	clear:both;
	height:10px;
	width: 100%;
	}

