/**BEGIN Major layout object. DO NOT CHANGE**/
html, body {
	background-image:url(images/back.gif);
	font-family:verdana; 
	font-size:12px;
	text-align:center;
}

/* The main container */
#wrapper {
	background-color:#FFFFFF;
	top:20px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}


/* The top banner area */
#top {
	background:url(images/top.jpg) 0 0 no-repeat;
	width:100%;
	height:120px;
	margin:0px;
	padding:0px;
}

#middle {
	margin-top:10px;
	width:100%;
	min-height:400px;
}

#logo {
	position:relative;
	top:35px;
	left:45px;
}

#email {
	vertical-align:middle;
	position:relative;
	top:0px;
	left:700px;
}

#email img,
#email a {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
}

.externalimg {
	clear:both;
	position:relative;
	top:20px;
	left:28px;
	display:block;
	width:145px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	background: url(images/external.png) 6px 2px no-repeat;
	border:none;
}

.looking {
	clear:both;
	position:relative;
	top:40px;
	left:0px;
	display:block;
	width:195px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	border:none;
}

p .caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

/* The main text area */
#right {
	background-color:#FFFFFF;
	width:100%;
}

/* Goes inside the main text area (#right) and controls the vertical divider between left and right */
#border {
	border-left:1px solid #CCCCCC;
	margin-left:5px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	padding-top:22px;
}

/* The bottom area */
#bottom {
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:2px;
	width:100%;
	height:48px;
	clear:both;
}

/* Copyright holder */
#copyright {
	height: 30px;
	width: 100%;
	position:relative;
	top:12px;
	text-align:center;
}

#copyright ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height: 30px;
	white-space: nowrap;
}

#copyright li {
	list-style-type: none;
	display: inline;
}

#copyright .image {
	position:relative;
	top:5px;
	padding-left:10px;
	padding-right:10px;
}

#copyright a {
	color:#666666;
	text-decoration:none;
}

#copyright a:hover {
	color:#0033FF;
	text-decoration:underline;
}


/* Clear */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.dlbutton {
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:30px;
	
}


/**END Major layout items**/