body {
	margin:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#383c53;
	min-width:950px;
}
img{border-style:none;}
a{color:#383c53;}
a:hover{color:#d21776;}

#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
	background:url(images/bg-main.gif) repeat-y;
}
.w1{
	width:100%;
	overflow:hidden;
	padding:4px 0 0;
	
}
#sidebar{
	width:260px;
	float:left;
	padding:0 0 162px;
	
}
.logo a{
	width:237px;
	height:206px;
	display:block;
	outline:none;
}
#nav{
	width:160px;
	float:right;
	margin:32px 0 0;
	padding:0;
	list-style:none;
}
#nav li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	line-height:21px;
	overflow:hidden;
	background:url(images/border01.gif) no-repeat 0 100%;
}
#nav li a{
	display:block;
	padding:0 0 0 11px;
	text-decoration:none;
}
#nav li.active a,
#nav li a:hover{
	color:#d21776;
	background:url(images/border01.gif) repeat-y;
}
#nav ul{
	display:none;
	margin:0;
	padding:0;
}
#nav li.active ul{
	display:block;
}
#nav li.active ul li a,
#nav ul li a{
	padding:0 0 0 26px;
	color:#383c53;
	background:none;
}
#nav li.active ul li a:hover,
#nav li ul li.active{
	position:relative;
	color:#383c53;
	height:1%;
	background:url(images/border01.gif) repeat-y;
}
#content{
	float:left;
	width:430px;
	padding:26px 60px 0;
}
#content p{
	margin:0 0 17px;
}
#content h1{
	color:#d21776;
	margin:27px -42px 29px;
	font-size:18px;
	line-height:20px;
	padding:32px 42px 4px;
	background:url(images/bg-heading.gif) no-repeat;
}
#content h2{
	margin:10px 0 4px 0;
	color:#383c53;
	font-size:14px;
	line-height:16px;
}
#content ul{
	margin:0 0 17px;
	padding:0;
	list-style:none;
}
#content li{
	line-height:16px;
	padding:0 0 0 16px;
	background:url(images/bullet.gif) no-repeat 0 4px;
}
.photo{
	width:370px;
	padding:15px 30px;
	overflow:hidden;
	background:url(images/frame01.gif) no-repeat;
}
.photo a,
.photo img{display:block;}

#content .ad{
	width:100%;
	margin:54px 0 0;
	overflow:hidden;
}
#footer{
	width:450px;
	padding:30px 190px 40px 310px;
	overflow:hidden;
	clear:both;
	background: url(images/bg-bottom.gif) no-repeat 0 100%;
}

.copyright{
	text-align:center;
	border-top:1px solid #dedede;
	margin:0;
	padding:10px 0 0;
	list-style:none;
}
.copyright li{
	color:#b7b7b7;
	display:inline;
	font-size:10px;
	padding:0 1px 0 5px;
	line-height:16px;
	background:url(images/separator.gif) no-repeat 0 50%;
}
.copyright li:first-child{background:none;}
.copyright li a{
	color:#b7b7b7;
}
.copyright li a:hover{
	color:#d21776;
}
.copyright .small{
	padding:5px 0 0 20px;
	text-decoration:none;
	background:url(images/ico.gif) no-repeat;
}
.copyright .small:hover{text-decoration:underline;}

/* -- Forms -- */
input {
	border: 0;
	border-bottom: #d21776 1px solid;
	width: 250px;
	height: 14px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 0px;
	color: #000;
	background-color: transparent;
}
textarea {
	border: #d21776 1px solid;
	height: 80px;
	width: 250px;
	margin-bottom: 2px;
	padding-left: 2px;
	color: #000;
	background-color: transparent;
	font:12px/16px Arial, Helvetica, sans-serif;
}
input.button {
	border: #d21776 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #000;
}
input.checkbox {
	width: auto;
	border: 0;
}
.error {
	color:#d21776;
}