/*******  Layout Begins   *******/

html {
overflow: -moz-scrollbars-vertical;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
	text-align: justify;
}

A:visited, A:link  {
	color: White;
	text-decoration: underline;
}

A:hover   {
	color: White; 
	font-style: italic;
	text-decoration: underline;
}

#wrapper {
	border: 0px solid Black;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 20px;
	height: auto;
	width: 910px;
}

#container {
	border: 0px solid Black;
	overflow: hidden;
	float: left;
	position: relative;
	height: auto;
	width: 455px;
}

#header-top {
	position: relative;
	border: 0px solid black;
	float: left;
	height:166px;
	width: 455px;
}

#navigation {
	position: relative;
	float: left;
	border: 0px solid Blue;
	padding: 0px;
	height: 25px;
	width: auto;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 72.5%;
	font-weight: bold;
}

#header-bottom {
	background-repeat: no-repeat;
	border: 0px solid black;
	float: left;
	position: relative;
	height: 327px;
	width: 455px;
}

#home {
	border: 0px Solid #000066;
	background: #000066;
	overflow:hidden;
	float:left;
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height:300px;
	height:auto !important;
	_height:300px;
	width: 425px;
}

#advert {
	border: 0px solid black;
	background-color: white;
	color: black;
	padding: 0px;
	float: left;
	height: 165px;
	width: 455px;
	text-align: right;
}


#content {
	border: 0px Solid #000066;
	background: #000066;
	overflow:hidden;
	float:right;
	position: relative;
	padding: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height:300px;
	height:auto !important;
	_height:300px;
	width: 425px;
}

#content table img {
	margin-left: 10px;
}

#footer {
	font-color: #999999
	border: 0px solid Blue;
	margin-top: 30px;
	width: 455px;
}

#footer a, #footer a:active, #footer a:visited {
	text-decoration:none;
	color: #999999;
}

#bottom {
	border: 0px solid Black;
	margin-left:auto;
	margin-right:auto;
	height: 200px;
	width: 910px;
}

.collection-image {
	position: relative;
	float: left;
	height: 210px;
	width: 120px;
	border: 0px solid white;
	text-align: center;
	margin-left: 7px;
	margin-bottom: 7px;
	font-size: 9px;
	clear: right;
}

.collection-winner {
	position: relative;
	width: 120px;
	height: 210px;
	border: 0px solid white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
}

.collection-wrapper-runnerup {
	position: relative;
	width: 260px;
	height: 140px;
	border-bottom: 1px solid white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
}

.collection-wrapper {
	position: relative;
	width: 400px;
	height: 210px;
	border: 0px solid white;
	text-align: center;
	font-size: 9px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


.gallery-wrapper {
	vertical-align: top;
	background: white;
	overflow: hidden;
	color: #000066;
	position: relative;
	float: left;
	width: 200px;
	height: 70px;
	border: 0px solid Green;
	text-align: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery-images {
	float: left;
	position: relative;
	padding: 5px;
}

.gallery-text {
	vertical-align: top;
	background: white;
	text-color: #000066;
	position: relative;
	float: left;
	width: 120px;
	border: 0px solid black;
	text-align: left;
	margin-top: 5px;

}

.footer {
	color: #999999;
}

.comp-container {
	text-align: center;
	display: block;
	border: 2px solid White;
	margin: 20px auto 20px auto;
	padding: 10px;
	width: 300px;
}

/*******  Text Formatting Begins   *******/

a img {
	border: none;

}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04cm;
	white-space: wrap;
	text-decoration:none
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	white-space: no-wrap;
	text-decoration:none;
}


p.footer {
	font-size: 10px;
	color: darkgrey;
	text-align: center;
}


/*******  Dropdown Menu Begins   *******/

#dropmenu {
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height: 20px; 
	z-index:300; 
	background:#fff;
	font-size: 10px;
}

#dropmenu a {
	display:block;
	padding:3px 29px 2px 29px; 
	color: #000066; 
	text-decoration:none; 
}

#dropmenu a:hover {
	color: White;
	background-color: #000066;
	font-style: normal;
}

#dropmenu li {
	float: left; 
	position: relative; 
}
