body {
	background-color:#49494a;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url('images/mainBg_top.gif');
	background-position:top;
	background-repeat:repeat-x;
}
table, img {
	border:0;
}

.clearBoth {
	clear:both;
}

td {
	vertical-align:top;
}
td, div, body {
	font-family:tahoma;
	font-size:11px;
	color:#383838;
} 

a {
	font-weight:bold;
	text-decoration:underline;
	color:#cf0600;
}
.pages_listing {
	margin-top:10px;
	text-align:center;
}
.pages_listing a{
	margin:0 3px 0 3px;
	font-weight:normal;
}
.pages_listing .active{
	color:#D50101;
	font-weight:bold;
}
.pages_listing .previous{
	margin-right:10px;
}
.pages_listing .next{
	margin-left:10px;
}


.width {
	width:100%;
}

.height {
	height:100%;
}
.contentTable {
	width:746px;
}
.padding {
	width:68px;
}
.menu {
	background-color:#131618;
	width:226px;
	background-image:url('images/mainContentLeft.gif');
	background-position:left;
	background-repeat:repeat-y;
}

.menu .padding {
	padding:14px 21px 14px 20px  
}

.menu .active{
	background-color:#d70f55;
}
.menu .item {
	width:185;
	padding:2px 0 0 10px;
	height:16px;
	vertical-align:center;
	clear:both;
}
.mainContent {
	background-color:#ffffff;
	width:452px;
	background-image:url('images/mainContentLeft.gif');
	background-position:right;
	background-repeat:repeat-y;
	
}
.mainContent  .mainContentInner {
	padding:14px 20px 20px 20px;
}
.mainContent .header {
	text-align:right;
	padding-bottom:5px
}
.mainContent p {
	padding:0px;
	margin:0px;
}
.mainContent .modelsName a{
	color:#d70f55;
	text-decoration:none;
	font-weight:bold;
}

.mainContent .modelPreviewTable {
	width:196px;
	float:left;	
}

 .modelPhoto{
	border:1px solid #000000;
	margin:10px 0 10px 0;

}
.modelPhoto td{
	vertical-align:middle;
	text-align:center;
	background-color:#4f4f4f;
}


.copyright {
	text-align:right;
	color:#ffffff;
	padding-right:10px;
	height:50px;
}
.copyright a {
	color:#ffffff;
	font-weight:normal;
}
.welcomeBlock {
	background-image:url('images/welcome_bg.jpg');
	background-position:top;
	background-repeat:no-repeat;
}
.welcomeBlock .indent {
	padding: 35px 20px 85px 110px;
	color:#dffffb;
	line-height:14px;
}
.welcomeBlock a {
	color:#dffffb;
	text-decoration:underline;
}
.dotted {
	background-image:url('images/dotted.gif');
	height:13px;
}