@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}
#Wrapper {
	position: relative;
	width: 720px;
	left: 50%;
	margin-left: -360px;
}
#Wrapper #Content {
	float: right;
	width: 713px;
	padding: 3px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	letter-spacing: 1px;
	border-right: 1px solid #7E0000;
	border-left: 1px solid #7E0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E0000;
}
#Wrapper #Nav {
	float: left;
	padding: 5px;
	visibility: hidden;
}
#Wrapper #Footer {
	clear: both;
	height: 30px;
	background-color: #000000;
	border-top-style: none;
	width: 713px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #990000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #990000;
	border-bottom-color: #990000;
	padding: 3px;
}
#Wrapper #Content #video_holder {
	height: 240px;
	width: 320px;
	padding-left: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Wrapper #Header {
	height: 119px;
	background-color: #FFFFFF;
	background-image: url(../images/sil_header.png);
	width: 720px;
}
body {
	background-image: url(../images/sil_bg.png);
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
#Wrapper #Content p {
	text-align: center;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
}
#Wrapper #Content p {
	letter-spacing: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Wrapper #Content #error_message {
	color: #000000;
	background-color: #CCCC99;
	border: 1px solid #7A0000;
	font-weight: bold;
}
