

body {
	background-color: Black;
	background-image: url(stars.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	cursor: url('http://www.wonder-model.com/cursor.cur'), auto;
}

.center {
	text-align:center;
}


.main {
	width:618px; 
	height:auto; 
	float:left;
}

.left_nav {
	width:210px; 
	height:1200px; 
	float:left;
}

.footer_nav{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.contact {
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

a {
	color: white;
	margin-top:0;
	padding-top:0;
	text-decoration:underline;
	cursor: url('http://www.wonder-model.com/cursor2.cur'), auto;
	
}
a:hover {
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a:link {
	text-decoration:underline;
	color: #00FFFF;
}
a:visited {
	text-decoration:underline;
	color: #00FFFF;

}

a:active {
	text-decoration:underline;
	color: #00FFFF;
}

img {
    border: none;
}
h1 {
	color: #FFF;
	line-height: 28px;
	margin:0;
}
h3 {
	color: #6F92D4;
	text-align: left;
}
p {
	text-align: left;	
}
#container {
	width: 1008px;
	height: autopx;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
}
#header {
	text-align: center;
	width:1008px;
	height: 241px;
	margin: auto;
}
#content {
	width: 1008px;
	height: auto;
	color: White;
	margin: auto ;
}

.margin_auto {
	margin: auto;
}

.float-right {
	
	clear: right; float: right;
}
.float-left {
	clear: left;
	float: left;
}
.news {
	width: 220px;
	clear: right;
	float: right;
	background-image: url(nova.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.news .top {
  	height: 30px;
  	background: url(star.gif) no-repeat top left;
	text-align: center;
}
.news .content {
	height: auto;
	padding: 4px;
	border: 1px solid White;
	margin: 0 0px 0 0px;
	font-size: 12px;
	color: Yellow;
	text-align: left;
}
.news .bottom {
	text-align: center;
	height: 30px;
	background: url(star.gif) no-repeat top right;
	font-size: 12px;
}

#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #000;
	border-width: 0px;
	margin: 0 0px 0px 0px;
}
/*
#menu4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu4 li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
}

#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(menu4.gif);
	padding: 8px 0 0 10px;
	filter:alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
}

#menu4 li a:hover, #menu4 li #current  {
	color: #FFF;
	background:  url(menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
*/
.pics {
	width: 1024px;
	margin: auto;
}
.pics .top {
  	height: 30px;
  	background: url(star.gif) no-repeat top right;
	text-align: center;
}
.pics .content {
	height: auto;
	/*padding: 4px;*/
	border: 1px solid White;
	margin: 0 20px 0 20px;
	font-size: 12px;
	color: Yellow;
	text-align: left;
}
.pics .bottom {
	text-align: center;
	height: 30px;
	background: url(star.gif) no-repeat top left;
	font-size: 12px;
}
#footer {
	text-align: center;
	color: #6F92D4;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height: 300px;
	float:right
}

.email{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#00C;
}


