/* CSS Document */

body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/curtains.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	font-size: 14px;
}

#frame {
	width: 834px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #fff;
}

a {
	text-decoration: none;
	color: #CE0404;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

h3 {
	font-size: 23px;
}

.pic {
	margin-right: 15px;
	border: 1px solid black;

}

#navigation {
	float: left;
	width: 834px;
	height: 113px;
	background-color: #000;
}

#sidenav {
	float: left;
	width: 37px;
	margin-left: 0px;
	margin-top: 5px;
}

#bodyshadow {
	float: right;
	background-image: url(images/backgroundnew2.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	bottom: 0px;
	width: 834px;
	color: #fff;
}

#bodyframe {
	float: right;
	background-image: url(images/backgroundnew2back.jpg);
	background-repeat: repeat-y;
	width: 834px;
}

#lefttext {
	float: left;
	width: 595px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	color: #fff;
}

#righttext {
	float: right;
	width: 140px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 25px;
	text-align: left;
	color: #fff;
}

#text {
	float: left;
	width: 745px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 30px;
	text-align: justify;
}

#footer {
	float:left;
	font-size: 12px;
	text-align: center;
	width: 797px;
	color: #fff;
	margin-left: 15px;
}

#footer a {
	text-decoration: none;
	color: #CE0404;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
	
#flashcontent {
		height: 100%;
}
	
#box {
	border-style: dashed;
	border-color: #fff;
	border-width: thin;
	width: 150px;
}