body {
	background-color: #000;
}
body,td,th {
	color: #f3f1f1;
}
#wrapper {
	height: 850px;
	width: 1024px;
	background-color: #000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#brand {
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
}

.brandLogo {
	background-image: url(../images/headerLogo.png);
	height: 129px;
	width: 800px;
	margin: auto;
	background-repeat: no-repeat;
}

#Nav {
	background-color: #000;
	height: 30px;
	margin-left: 0px;
	padding-left: 195px;
}

#content {
	height: 562px;
	background-repeat: no-repeat;
	background-image: url(../images/bgd.jpg);
}

/*********container left styles**********/
.contentContainerL {
	height: 500px;
	width: 650px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	background-image: url(../images/textBgd.png);
	background-repeat: no-repeat;
}
.contentTitle {
	height: 50px;
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.containerText {
	height: 305px;
	width: 550px;
	margin-left: 22px;
	margin-top: 0px;
	color: #080808;
	text-align: left;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 35px;
}

.ContentFooter {
	height: 75px;
	width: 400px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
}
/*********container right styles**********/
.contentContainerR {
	height: 490px;
	width: 280px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}

.pic1 {
	height: 240px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.pic2 {
	height: 230px;
	width: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.pic3 {
	height: 150px;
	width: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: 100px;
	margin-top: 5px;
}
/**********Link style ***********/
a:link {
	color: #080808;
	text-decoration: underline;
}
a:visited {
color: #080808;
	text-decoration: underline;
}
a:hover {
	color: #080808;
	text-decoration: underline;
}
a:active {
	color: #080808;
	text-decoration: underline;
}
a {
	font-style: italic;
}
