body {
/*	background: #FEEED4 url('/template/usa/images/background.gif') repeat-x top left;*/
	background: #000080;
	margin: 0px; 
	padding: 0px;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
}

#head {
	background: #F7FBFF url('/template/usa/images/head_image.jpg') no-repeat top;
	width: 972px;
	height: 250px;
	padding: 0px;
	margin: auto;
}

#title {
	float: left;
	font-size: 1px;
	color: #E9BB66; /*#F0EBE7 VALUE CHANGED*/
	padding: 0px 0px 0px 0px;
}

#body_wrapper {
	background: #FFFFFF;
	margin: 0px auto;
	width: 972px; /*800px VALUE CHANGED*/
	
	display: block;
}

#body {
	float: left;
	padding: 0px 0px 0px 0px;
	min-height: 554px;
	display: block;
}

#end_body {
	margin: 0px auto;
	width: 972px;
	height: 2px;
	display: block;
}

#left {
	width: 970px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#left .bottom {
	width: 970px;
	padding: 0px;
	margin: 0px;
}

#left .top {
	/*background: url('/template/usa/images/Left_Top_Center2.gif') no-repeat top left;*/
	width: 970;
	padding: 0px;
	margin: 0px;
}

/*
#right {
	width: 182px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url('/template/usa/images/right_middle.gif') repeat-y top left;
}

#right .top {
	background: url('/template/usa/images/Right_Top.gif') no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 182px;
	height: 20px;
}

#right .bottom {
	background: url('/template/usa/images/Right_Bottom.gif') no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 182px;
	height: 20px;
}
*/

.content {
	padding: 15px 15px;
	width: 98%;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
}
.page_display {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
}

#footer {
	font-size: 14px;
	margin: 0 auto; 
	width: 970px;
	text-align: center;
	color: #000000;
	font-weight: normal;
	background: #8C8277;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #905C02;
}

#right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#right ul a {
	display: block;
	width: 143px;
	background: #FFFFFF;
	color: #000;
	padding: -10px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

#right ul a:hover {
	color: #FFFFFF;
	background: #905C02;
}

/* Navigation */

#menu {
	float: right;
	margin: 4px; /*297px 413px 0px 0px VALUE CHANGED*/
}

#menu ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a {
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited {
	background-image: url('/template/usa/images/menu_item2.gif');
	background-repeat: no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active {
	background-image: url('/template/usa/images/menu_item2.gif');
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited {
	background-image: url('/template/usa/images/menu_item2.gif');
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: #B05128;
}

/* Headers */
h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #905C02;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #905C02;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
	color: #905C02;
	background-color: transparent;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #905C02;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 150%;
}

/* HTML Tags */
code {
	display: block;
	margin: 5px;
	padding: 5px;
	color: #905C02;
	border: 0px dashed;
	background: #905C02;
	font-family: Arial, Helvetica, sans-serif;
}

/*
a {
	color: #905C02;
	text-decoration: none;
	border-bottom: 0px dashed;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #000;
}
*/
a {
        color: #224178;
        text-decoration: underline;
}

a:hover {
        color: #707070;
        text-decoration: none;
}

hr {
	border: 0px;
	border-bottom: 0px #F0EBE7 dashed;
	height: 1px;
}

#left hr, #all hr {
	margin: 10px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

form .item {
	clear: left;
	border-top: 0px solid #EEE;
	margin: 3px;
}

form .label {
	float: left;
	clear: left;
	width: 150px;
}

input, textarea, select {
	color: #905C02;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
	background: transparent url('/template/usa/images/quotes.gif') left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del {
	color: #800;
	text-decoration: line-through;
}

dt {
	font-weight: bold;
	font-size: 1.05em;
	color: #905C02;
}

dd {
	margin-left: 15px;
}

/* adds a space and then a graphic after any external (i.e. off-site) links */
a[target]:after {
	content: " " url('/template/usa/images/externalpage.gif');
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
        font-size:2.8em;
        font-weight:bold;
}
.view_user_user_images {
        float:left;
}
.view_user_user_info {
        float:left;
        padding-left:10px;
}
.view_user_user_hitcount {
        clear:both;
}
.view_user_user_box {
}
#video {
	color: white;
	text-align: center;
}
.video_text {
	color: white;
	text-align: center;
	font-size: 10px;
}
