@charset "utf-8";
#text .content {
	color: #FF0;
	font-size: 13px;
	margin-left: 3px;
}

/* CSS Document */
/* Main (Global) Styles Sheet */

body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: auto;
	width: auto;
	position: relative;
	background-color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	background-color: #666;
	position: relative;
	height: 850px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	background: #666;
} 
#logo {

}

#sidebar1 {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 750px;
	width: 225px;
	background-color: #666;
	background-image: url(../images/b_g.jpg);
}
#mainContent {
	position: absolute;
	height: 450px;
	width: 730px;
	left: 225px;
	top: 365px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: -150px;
	background-image: url(../images/bg2.jpg);

} 
p {
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 4px;
	margin-right: 3px;
}

p.h {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #3C0;
}

p.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF0;
	font-size: small;
	text-align: left;
}
#text {
	position: absolute;
	height: 360px;
	width: 584px;
	top: 45px;
	left: 73px;
}

img.wrap {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 150px;
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
p.end {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F90;
	margin-top: 45px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#flashContent {
	position: absolute;
	top: 100px;
	right: 0px;
	height: 240px;
	width: 730px;
}
