body{
	margin:0;
	padding:0;
	font-family: "Tahoma";
	background-color: #e2e2e2;
	font-size: 12px;
	color: #464646;
	text-align: center;
}

#top{
	width: 890px;
	height: 101px;
	margin: 0 auto;
	overflow: hidden;
}

#logo{
	float: left;
	width: 357px;
	height: 101px;
	margin-right: 25px;
	overflow: hidden;
}

#menu{
	float: left;
	margin-top: 41px;
}

#menu a {
    color: #464646;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    margin-right: 2px;
    text-decoration: none;
    background: #fff;
    text-shadow:1px 1px #e7e7e7;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

#menu a:hover {
	color: #fff;
	background: #d631ff;
	text-shadow: 1px 1px #ab00d5;
}

#footer .left{
	float: left;
}

#footer .right{
	float: right;
	margin-bottom: 10px;
}

#footer .disc{
	text-align: center;
}

/*NOTE : settings followed with 'rstgp auto set' are fixed through the rstgp admin. if you edit these, it will stop working from the admin. */

/* Thumbs Size */
	.content img {border:1px solid #fff;margin:2px;width:270px;height:360px; /**rstgp auto set */ }
	.tex {margin:0px;float:left;font-size:10px;width:270px;height:405px; /**rstgp auto set */ }
	.content img:hover {border:1px dashed #d631ff;}
	.content {width:px; /**rstgp auto set */ }

#wrapper {
	margin: auto;
	width: px; /**rstgp auto set */
	padding:2px;
	text-align: center;
}
	
/* Links */
	a {color:#d631ff; text-decoration:none;margin:0;padding:0;}
	a:hover {text-decoration:underline;}

/* lists */
	ul {margin:0;padding:0;}
	li {list-style:none;}

/* misc */
	.spacer {min-height:5px;clear:both;}

/* :::::: HYBRID TEMPLATE (thumbs+text)  ::::: */
/* hybrid template + text columns */
#leftcolumn { 
 float: left;
 margin: 5px;
 padding: 5px;
 width: -20px; /**rstgp auto set */
 display: inline;
 text-align:left;
}
#rightcolumn { 
 float: right;
 margin: 5px;
 padding: 5px;
 width: -20px; /**rstgp auto set */
 display: inline;
 position: relative;
 text-align:left;
}
.date{
 float: left;
 display: inline;
 text-align:right;
 height:30px;
}
.desc{
 float: left;
 display: inline-table;
 position: relative;
 text-align:left;
}
.text a{font-size: 7px; color:black; text-decoration:none;margin:0;padding:0;}
.text a:hover {font-size: 7px;text-decoration:underline;}

/* footer */
#footer {
	clear:both;
	width:px; /**rstgp auto set */
	padding-top:10px;
	margin:auto;
}



