@charset "utf-8";
*{
padding:0px;
margin:0px;}
#outerLeft {
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
#outerRight {
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F2E5D4;
}

	
#wrapper {
	text-align: center;
	width: 784px;
	margin:0px auto;
	background-color: #ffffff;;
	
}
/*#shadow {
text-align: center;
	width: 833px;
	margin:0px auto;
	background-color: transparent;background-image: url(images/whitebackground.png);
	background-repeat: repeat-y;
	}*/
#topBar {
	background-image: url(images/viva2.png);
	height: 50px;
	width: 784px;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	background-image: url(images/bottom.png);
	height: 53px;
	width: 784px;
	margin-left:auto;
	margin-right:auto;
}
#credits {
margin-left:auto;
margin-right:auto;
padding-top:15px;
text-align:center;}

#credits a {
color:#ffffff;
text-decoration:none;
font-size:11px;
font-weight:bold;
}


#header {
	background-color: transparent;
	height: 150px;
	width: 784px;
	background-image: url(images/top-pics.jpg);
	background-repeat: no-repeat;
	
}

#content {
	width: 784px;
	
}

p {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
}
#mainText {
	padding: 15px;
}
#picCol {
	float: right;
	width: 300px;
	margin-left: 20px;
}
#innerTxt {
	margin-right: 320px;
}

li {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	list-style-position: inside;
	margin: 5px;
}
li.tick{
	list-style-position: outside;
	list-style-image: url(images/tck.jpg);
	margin-left: 30px;
}
li.blue{
	list-style-position: outside;
	list-style-image: url(images/bul.jpg);
	margin-left: 30px;
}
li.tick a{
	text-decoration:none;
	color: #000000;
}
h2 {
	font-size: 1.5em;
	color: #C50025;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.4em;
	color: #B89D6C;
	text-align: left;
}

#flashcontent {
	float: right;
	height: 248px;
	width: 300px;
	background-image: url(images/vidback.jpg);
	background-repeat: no-repeat;
}

.floatR {
	float: right;
	margin-left: 20px;
}
h1 {
	font-size: 1.8em;
	color: #C50025;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	
}
a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #666666;
	text-decoration: none;
}