/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS Reset */

body {
	background: url(bak.png);
	font-family: Arial, sans-serif;
	}
#head {
	background: url(images/header.png);
	margin: 0pt auto;
	margin-top: 25px;
	width: 767px;
	height: 207px;
	}
	#head p {
    	padding-top: 22px;
    	padding-left: 110px;
    	font-size: 14px;
    	font-weight: bold;
    	color: #0066FF;
       	}
    	#head p a {
    		text-decoration: none;
    		color: #0066FF;
    		}
#main {
	margin: 0pt auto;
	width: 767px;
	height: auto;
	background: url(images/main-bg.png) repeat-y;
	}
	#nav {
		width: 167px;
		float: left;
		}
		#nav p {
			margin-bottom: 10px;
			margin-left: 20px;
			}
		#nav a {
			text-decoration: none;
			color: #0066FF;
			font-weight: bold;
			font-size: 12px;
    		}
	#content {
		margin-left: 167px;
		margin-right: 25px;
		height: auto;
		}
		#content h1 {
			font-size: 24px;
			font-weight: bold;
			margin-bottom: 15px;
			}
		#content h2 {
			font-size: 18px;
			font-weight: bold;
			font-family: Georgia, Times New Roman, serif;
			font-style: italic;
			margin-bottom: 10px;
			}
		#content p {
			padding-bottom: 10px;
			}
		#content img {
			border: 1px solid #000000;
			margin-bottom: 5px;
			margin-left: 5px;
			float: right;
			}
		#content .title-cent {
			text-align: center;
			}
		#content .video {
			width: 400px;
			height: 225px;
			margin-right: 5px;
			float: left;
			}
		#content .vid-caption {
			font-size: 10px;
			text-align: center;
			}
		#content .vid-info {
			height: auto;
			margin-bottom: 25px;
			margin-left: 415px;
			}
		#content h3 {
			color: #FF0000;
			}
		#content .promo {
			background: #000000;
			padding: 10px;
			color: #FFFFFF;
			margin-right: 220px;
			}
			#content .promo a {
				text-decoration: none;
				color: #0066FF;
				font-weight: bold;
				}				
		#news {
			float: right;
			font-size: 12px;
			width: 200px;
			}
			#news p {
				border: 1px solid #000000;
				padding: 3px;
				background: #999999;
				margin-bottom: 5px;
				}
			#news a {
				text-decoration: none;
				color: #0066FF;
				font-weight: bold;
				font-size: 12px;
    		}
#footer {
	margin: 0pt auto;
	width: 767px;
	height: 62px;
	background: url(images/footer.png) no-repeat;
	}
	#footer p {
		font-size: 12px;
		color: #FFFFFF;
		padding-top: 25px;
		margin-right: 20px;
		text-align: right;
		}
	#footer a {
				text-decoration: none;
				color: #0066FF;
				font-weight: bold;
				}