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: 5px 0;
	background-color: #FFF;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url(../images-photo/bodybg.jpg);
	background-repeat: repeat;
	background-position: top left;
}
h2
{	
	color: #000;
	font-size: 22px;
	font-weight: bold;
	display: block;
}

h2, 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: #00045D;
}

#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 #DB24DB;
	background-color: #D69AD0;
	
}

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

#footer
{
	margin: 20px 0;
	background-color: #FFDBFF;
}
#topButtons
{
	width:640px;
	margin: 0 auto;
	
	padding-left: 0px;
}
#clickHere
{
	padding: 20px 0;
}

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

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


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

.description
{
	line-height: 1.5em;
}

.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: #FFDBFF;
}
.usc
{
	text-align: center;
	color: #000;
}

