#title {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: sans-serif;
	border-bottom: 2px solid #2288ee;
}
#title hr {
	border: 1px solid #2288ee;
	margin-left: 20px;
	margin-right: 20px;
}
.link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 16px;
}
.link:hover {
	text-decoration: underline;
}
#main_img {
	margin-top: 70px;
	border: 3px solid #2288ee;
}
#thankyou {
	text-align: center;
	margin-top: 40px;
}

.r{
	text-align: right;
}

#contact_tbl{
	width: 550px;
	margin: 40px auto 0px auto;
}

#contact_tbl td{
		vertical-align: top;
}

#comments{
	width: 500px;
	height: 200px;
}

.center {
	text-align: center;
}

#aboutpic {
	border: 2px solid #2288ee;
	float: right;
	margin: 10px;
	padding: 5px;
	background: white;
}

#clear {
	clear: both;
}

/* ----------------PAGE STRUCTURE---------------- */

body {
	background-color: #bbddff;
	padding: 15px 0px 15px 0px;
}
#wrapper{
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#main {
	padding: 10px 20px 20px 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#wrapper2 {
	position: absolute;
	top: 0px;
	left: 140px;
	background: white;
	width: 705px;
}
#copyright {
	position: absolute;
	left: 0px;
	bottom: -20px;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
}
/*  ------------Fancy new border---------------- */
#b { background: url(images/border_b.gif) 0 100% repeat-x;}
#t { background: url(images/border_t.gif) 0 0 repeat-x; }
#r { background: url(images/border_r.gif) 100% 0 repeat-y; }
#l { background: url(images/border_l.gif) 0 0 repeat-y; }
#bl { background: url(images/border_bl.gif) 0 100% no-repeat; }
#br { background: url(images/border_br.gif) 100% 100% no-repeat; }
#tl { background: url(images/border_tl.gif) 0 0 no-repeat; }
#tr { background: url(images/border_tr.gif) 100% 0 no-repeat; } 
#extend_edge_b {
	position: absolute;
	bottom: -78px;
	right: 0px;
}
#extend_edge_r {
	position: absolute;
	bottom: -105px;
	right: -251px;
}

/* ------------NAVIGATIONAL BUTTONS--------------- */

ul#site_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 133px;
	font-size: 22px;
	text-align: center;
}

#site_nav a {
	display: block;
	padding-top: 7px;
	height: 38px;
	background: url(images/button.png) no-repeat;
	text-decoration: none;
	color: black;
	font-family: sans-serif;
}
#site_nav a:hover {
	background: url(images/button.png) -133px 0 no-repeat;
}
#site_nav a.selected {
	background: url(images/selected.png);
}

/* ------------------MEDIA--------------- */

.list_titles{
	font-size: 16px;
	text-align: left;
	color: black;
	border-bottom: 2px solid #2288ee;
	margin-bottom: 5px;
	margin-top: 10px;
}
.list ul {
	list-style-type: square;
	color: #2288ee;
	padding: 0;
	margin: 0 0 0 15px;
}
#list1 {
	float: left;
	width: 280px;
}

#audio {
	float: right;
	margin-top: 20%;
	width: 300px;
	height: 16px;
	border: 2px solid #2288ee;
	text-align: center;
	background: #F7F7F7;
}
#models {
	float: right;
	width: 350px;
	height: 430px;
	background-color: #cccccc;
	border: 2px solid #2288ee;
	text-align: center;
	background: #F7F7F7;
}

#vid_lists {
	width: 660px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#video1, #video2, #video3{
	float: left;
	width: 200px;
	margin: 10px;
}

#video {
	width: 500px;
	height: 294px;
	margin: 0px auto 0px auto;
	border: 2px solid #2288ee;
	text-align: center;
	background: #F7F7F7;
}

#videodesc{
	margin-top: 100px;
	color: #666666;
	font-size: 17px;
}

#download {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#download a{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#download a:hover{
	color: #666666;
}