* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	background-image: url(Images/bgPattern.jpg);
	background-repeat: repeat;
}

#branding {
	background-color: #FFFFFF;
	height: 106px;
	width: 100%;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	clear: both;
}
#content {
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(Images/containerBack.jpg);
	background-position: -65px bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-left: -400px;
	left: 50%;
	width: 800px;
	padding-bottom: 20px;
}
#contentHome {
	position: absolute;
	background-color: #FFFFFF;
	margin-left: -390px;
	left: 50%;
	width: 780px;
}
#contentHome .indexVid {
	position: absolute;
	height: 240px;
	width: 320px;
	padding-top: 106px;
	text-align: center;
}

#content #pageTitle {
	color: #FFFFFF;
	background-color: #336666;
	float: left;
	clear: both;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	letter-spacing: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 260px;
}
#content #containerNav {
	float: left;
	height: 100%;
	width: 260px;
	clear: left;
}
#content #containerNav #navPic {
	text-align: left;
	width: 100%;
	padding-left: 20px;
}
#content #containerNav #navMenu {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#content #containerNav #navMenu .prim {
	list-style-image: url(Images/bulletInactive.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	height: 25px;
	text-decoration: none;
}
#content #containerNav #navMenu .prim:hover {
	color: #990000;
	list-style-image: url(Images/bulletActive.jpg);
	text-decoration: none;
}
#content #containerNav #navMenu .sec {
	color: #336666;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	text-indent: 20px;
	text-decoration: none;
}
#content #containerNav #navMenu .sec:hover {
	color: #990000;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	text-indent: 20px;
}


#content #containerContent {
	float: right;
	width: 440px;
	height: 100%;
	text-align: justify;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
#content #containerContent #lang {
	text-align: right;
	padding-bottom: 5px;
	font-size: 12px;
}
#content #containerContent #lang a {
	color: #336666;
	text-decoration: none;
	font-size: 12px;
}
#content #containerContent #lang a:hover {
	text-decoration: none;
	color: #990000;
	font-size: 12px;
}


#content #containerContent h1 {
	font-weight: normal;
	color: #990000;
	font-size: 14pt;
	padding: 2px;
	text-align: left;
}
#content #containerContent p {
	padding: 3px;
	font-size: 10pt;
}
#content #containerContent li {
	font-size: 10pt;
	list-style-image: url(Images/bulletActive.jpg);
	text-indent: 20px;
}
#content #containerContent #containerContent a {
	color: #336666;
	text-decoration: none;
}
#content #containerContent #containerContent a:hover {
	color: #990000;
	text-decoration: none;
}


#content #join {
	float: right;
	width: 300px;
	text-align: right;
	padding: 20px;
}
	
#content #join li {
	font-size: 16px;
	color: #336666;
	list-style-image: url(Images/joinInactive.jpg);
}
#content #join li:hover {
	list-style-image: url(Images/joinActive.jpg);
	color: #990000;
}

#content #containerContent #join a {
	color: #336666;
	text-decoration: none;
}
#content #containerContent #join a:hover {
	color: #990000;
	text-decoration: none;
}
#FLVPlayer {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

