body {
	min-height: 100%;
	width: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:17px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	/*line-height: 15px;*/
	color: #666;
	margin: 0;
	background:#000 url(../img/wrap-new.jpg) center top no-repeat;
}

a, a:visited, a:active { 
    color : #a42c5d;
    text-decoration :none;
	outline:0;
}

a:hover { 
    text-decoration: underline;
	outline:0;
}

h1 {
	height: 36px;
	margin: 0 0 7px 0;
	padding:0;
	color: #a42c5d;
	letter-spacing: 0.07em;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
}

h2 {
	color: #a42c5d;
	margin: 0 0 7px 0;
	padding:0;
	font-size: 18px;
	font-weight: bold;
}

h3 {
    color:#a42c5d;
	margin:10px 0 7px 0;
	padding : 0;
	font-style:italic;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}

p {
	padding:0;
	margin:0 0 5px 0;
}

p img {
	float:left;
	margin:0 10px 5px 0;

}

strong {
	font-weight:normal;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

.main {
	text-align:justify;
	margin:10px;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.none {
	display:none;
}

#wrapper {
	width: 980px;
	padding:0;
	margin: 0 auto;
}

#header {
	width:980px;
	height:150px;
	margin:10px auto 20px auto;
	padding:0;
	background:url(../img/logo.png) top left no-repeat;
}

#nav {
	width:120px;
	height:300px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	padding:10px 0 0 0;
	float:left;
	background: url(../img/menu.png) top center no-repeat;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav li {
	margin:0;
	list-style:none;
}

#nav li a {
	display:block;
	width:120px;
	height:45px;
	line-height:45px;
	margin-bottom:5px;
	color:#666;
	outline:0;
}

#nav li a:hover {
	text-decoration:none;
	background:url(../img/content.gif) ;
	color:#999;
	outline:0;
}

#nav .hot a {
	text-decoration:none;
	color:#ccc;
	width:120px;
	height:45px;
	line-height:45px;
	outline:0;
}

#content {
	margin:0 auto;
	padding:0;
}

#footer {
	text-align:right;
	font-size:9px;
	height:40px;
	line-height:40px;
	color:#444;
	margin: 0 auto;
	padding:0 30px 0 0;
	clear:both;
}

#footer a {
	color:#444;
	text-decoration:none;
	outline:0;
}

#footer a:hover {
	background:none;
	border-bottom:#333 1px dotted;
	outline:0;
}

#footer li {
	display:inline;
}

.left {
	text-align: left;
	width:380px;
	margin:10px 0 0 20px;
	padding:0 20px 20px 20px;
	float:left;
}

.right {
	text-align:left;
	width:380px;
	margin:10px 0 0 0;
	padding:0 20px 20px 20px;
	float:right;
}

.middle {
	width:600px;
	margin:20px auto;
	padding:0;
	color:#333;
	text-align:justify;
	font-size:9px;
	line-height:13px;
}

.left ul, .right ul, .middle ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}

.left li, .right li, .middle li {
	margin:0;
	padding:0 0 0 16px;
	background:url(../img/list.png) left top no-repeat;
}

.ref {
	font-style:italic;
	line-height: 19px;
	font-weight: bold;
}

.img {
	background:#000;
	border-left:#111 1px dotted;
	border-bottom:#111 1px dotted;
	margin:0;
	padding:0 20px 20px 20px;
}

.pic {
	width:70px;
	height:70px;
	margin:7px 9px;
	padding:3px;
	border:none;
	float:left;
	background:#a42c5d;
}

.pic:hover {
	background:#ec008c;
}

#dynloadarea{
	border:none;
	text-align:center;
	width: 380px;
	margin:0 0 20px 0;
}

input {
	width:250px;
	background:none;
	border:#333 1px solid;
	color:#666;
}

textarea {
	width:250px;
	background:none;
	border:#333 1px solid;
	color:#666;
}

.button {
	width:125px;
	background:none;
	border:#333 1px solid;
	color:#666;
}

.button:hover {
	background:#000;
	border:#a42c5d 1px solid;
	color:#a42c5d;
	cursor:pointer;
	outline:0;
}



