/* CSS Document */

body {
	font-family: "Gill Sans",Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #066;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #066;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	padding: 0 0 0 46px;
	margin: 0;
	color: #066;
	line-height: 1.8;
}

h2 {
	font-size: 22px;
	padding: 0 0 0 58px;
	margin: 0;
	font-style: italic;
	font-weight: lighter;
	color: #066;
	line-height: 1.2;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #066;
	line-height: 1.2;
}

h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	color: #066;
	line-height: 1.2;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #066;
	line-height: 1.2;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	color: #066;
	line-height: 1.2;
}

h7 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	color: #066;
}

ul {
	list-style-type: square;
}

/*********** #container ***********/
#container {
	width: 760px;
	height: 500px;
	margin: 20px auto;
	background-color: #fff;
	border: none;
	clear: both;
}


/*********** #colleft ***********/
#colleft {
	display:none;
}

/*********** #leftnav ***********/

#leftnav {
	display:none;
}

/*********** #colright ***********/
#colright {
	background-color: #fff;
	float: right;
	width: 640px;
	position: relative;
	top: 0px;
	right: 0px;
}

/*********** #titlebars ***********/
#titlbar {
	height: 48px;
	width: 560px;
	margin: 0px;
	padding: 0px;
}

#subtitlbar {
	height: 28px;
	width: 560px;
	margin: 0px;
	padding: 0px;
}


/*********** #content ***********/
#content {
	width: 480px;
	background-color: #fff;
	color: #066;
	margin: 30px 0 0 58px;
	padding: 0px;
}

#content img{
	float: right;
	margin: 16px 10px 2px 6px;
}

#content a:link {
	color: #f63;
}

#content a:visited {
	color: #f63;
}

#content a:hover {
	color: #C00;
	font-weight:bold;
}

#content a:active {
	color: #f63;
}


/*********** #content divs ***********/
 .thumbnail {
 	float: left;
 	width: 60px;
	height: 120px;
 	border: 1px dotted #066;
 	margin: 0 15px 15px 0;
  	padding: 5px;
	font-size: 12px;
 }

.thumb {
 	float: left;
 	width: 80px;
	height: 150px;
 	border: 1px dotted #066;
 	margin: 0 15px 15px 0;
  	padding: 5px;
	font-size: 14px;
 }
 
 .bigthumb {
 	float: left;
 	width: 120px;
	height: 160px;
 	border: 1px dotted #066;
 	margin: 0 12px 15px 0;
  	padding: 5px;
	font-size: 12px;
 }

