* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background.gif) #000000 no-repeat center top;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#wrap {
	width: 700px;
	text-align: left;
}
#header {
	height: 296px;
}
#main {

}
#footer {
	color: #666666;
	margin: 20px 0px;
	text-align: center;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.welcome {
	background:url(images/background_welcome.gif) repeat-y;
	color: #ffffff;
	padding: 15px;
/*	border-top: 1px solid #ec008c;
	border-bottom: 1px solid #ec008c; */
	margin-bottom: 20px;
}
.sleft {
	width: 200px;
	float: left;
}
.sright {
	width: 450px;
	float: right;
}
/* tex */
h1 {
	color: #ec008c;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 9pt;
/*	font-weight: normal; */
}
h3 {
	font-size: 10pt;
	color: #ffffff;
	padding-left: 30px;
}
h4 {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: ec008c;
}
p, h1, h2, h3, ul {
	padding-bottom: 10px;
}
ul li {
	list-style: square;
	padding-left: 10px;
	margin-left: 25px;
}
.post {
	padding: 15px;
	margin-bottom: 20px;
	background: url(images/background_post.gif) bottom right no-repeat #050505;
}
.post2{
	padding: 15px;
	margin-bottom: 20px;
	background: url(images/background_post2.gif) bottom right no-repeat #050505;
}
img {
	border: 0px;
}
.left {
	float: left;
	width: 300px;
}
.right {
	float: right;
	width: 300px;
}
input, textarea {
	border: 1px solid #ec008c;
	font-size: 9pt;
	color: #cccccc;
	background-color: #000000;
	padding: 2px;
	font-weight: bold;
}
