pre 
{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

body
{
	margin: 0px 0;
	background-color: #000;;
	color: #FFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url(../images-photo/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
}
h2
{	
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	display: block;
	background-image:url(../images-photo/h2bg.jpg);
	background-repeat:no-repeat;
	background-position: center -10px;
}

h3
{	
	color: #00C;
	font-size: 14px;
	font-weight: normal;
}

h2, h3, p
{
	margin: 0;
	padding: 0;
	line-height: 1.25em;
}


a:link,
a:visited,
a:active
{
	color: #CB1418;
}
a:hover
{
 	color: #F30;
}

#header
{
	margin: 0 auto;
	text-align: center;
	background-color: none;
	border-bottom: 3px solid #000;
}

#topMenu
{
	height: 20px;
	background-image: url(../images-photo/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#mainWrapper 
{
	margin: 0 auto;
	width:780px;
	pading: 0px;
	text-align: center;
	border: 2px solid #000;
	background-color: #820000;
	
}

#content
{
	margin: 10px;
	width: 760px;
	/*background-color: #603;
*/
}

#footer
{
	margin: 0px 0;
	background-color: #FFF;
	border-top: 3px solid #000;
}
#topButtons
{
	width:640px;
	margin: 0 auto;
	
	padding-left: 0px;
}
#clickHere
{
	padding: 20px 0;
}

.red
{
	color: #CB1418;
	font-weight: 10px;
}
.bigThumb,
.description,
.smallThumb
{
	width: 740px;
	margin: 15px auto;
	
	
}
.bigThumb
{
	margin-top: 0px;
	padding: 0 5px;
}

.bigThumb img
{
	margin: 0 1px;
	border: 1px solid #FFF;
}


/*.bigThumb,*/
/*.description,*/
.thumb1,
.thumb2,
.thumb3
{
	background-color: #000;
}
.frameTop
{
	height: 15px;
	background-image: url(../images-photo/borderTB.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
}

.description
{
	line-height: 1.5em;
	width: 98%;
}

.frameBottom
{
	height: 15px;
	background-image: url(../images-photo/borderTB.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.frameTL
{
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../images-photo/corner.gif);
	background-position: 0px 0px;
	
}

.frameTR
{
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../images-photo/corner.gif);
	background-position: -15px 0px;
	
}

.frameBL
{
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(../images-photo/corner.gif);
	background-position: 0px -15px;
	
}

.frameBR
{
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../images-photo/corner.gif);
	background-position: -15px -15px;
	
}
.clear
{
	clear:both;
}

/*.img
{
	border-left: 1px solid #7E4131;
	border-right: 1px solid #7E4131;
}
*/
.subdescription
{
	margin: 0 10px;
	text-align: center;
	color: #FFF;
}
.subdescription p
{
	line-height: 1.5em;
	
}

.subdescription h2
{
	padding-bottom: 5px;
	color: #FFEC4C;
}

.smallThumbLeft
{
	float: left;
	width: 280px;
	margin-right: 10px;
}

.smallThumbRight
{
	float: right;
	width: 340px;
	
}

.thumb2
{
	margin-bottom: 10px;
}
.alignCenter
{
 text-align: center;
}

.alignLeft
{
	text-align: left;	
}

.alignRight
{
	text-align: right;	
}
.imgBorder
{
	border: 2px solid #fff;
}

.btn
{
	display:inline;
	width: 207px;
	
}


.subContent
{
	background-color: #000;
	background-image:url(../images-photo/subContentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.border3
{
	border: 1px solid #FFE8C3;
}

.border2
{
	border: 1px solid #570700;
}

.border1
{
	border: 1px solid #FFE8C3;
}

.spacer
{
	height: 10px;
}

.usc
{
	padding: 10px 0;
	background-color: #292929;
}
