@charset "UTF-8";
@import url("content.css");
@import url("gallery.css");
@import url("form.css");
@import url("nav.css");
@import url("footer.css");

/* CSS Document */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }
html,body {
	height:100%; /* needed for container min-height */
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#FFF;
}

#QuickSilver { display:none }

h1 {
	color:#000;
	font-size:14px;
}

h2 { font-size:12px; color:#000 }

#content_left strong { color:#039 }

#clear {
	clear:both;
}

.clear {
	clear:both;
}

p, h1 {
	padding-bottom:8px
}

strong { color:#000 }

img {border:none}

#wrapper {
	min-width:950px;
}

#video {
	float:right;
	padding-left:25px;
}

#top { 
	height:82px;
	background:#1251A0;
}

#header {
	color:#000;
	background:#CCC;
	height:20px;
}

#header h1 {
	margin-left:15px;
	font-size:12px;
	height:20px;
	line-height:20px;
	font-weight:normal;
}

#header em {
	padding-left:190px;
	font-style:normal;
	font-weight:bold;
}

hr { 
	border-top:none;
	border-right:none;
	border-bottom:1px solid #333;
	border-left:none;
	margin:15px;
}

