/*
	Website: Dolled Up Dandy
	Website URL: http://www.dolledupdandy.com
	Theme Name: DUP pink0.2
	Theme URL: http://www.dolledupdandy.com/base.css
	Description: Fashion and accessories Gothic Lolita Punk
	Author: fraye & Rinse
*/

html {padding:0px; margin:0px; }

body {
	background-color: #656565;
	background-image: url(images/grey_bgtile.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#ffffff;  
	letter-spacing: 1pt; 
	font-weight: normal; 
	font-size: 11px;
	text-align: center;
}

/* Formatting */
h1, h2 {font: verdana; color: #ffffff; font-size: 16px; text-align: center; }
h1 {font-variant:small-caps;}
p {font: verdana; color: #FFFFFF; font-size: 9px; }

#wrapper{
	background-color: none;
	width: 500px;
	margin: 0 auto;
	text-align: left;
}


#content {
	background-color: #959595;
	width: 500px;
	padding: 10px;  
	margin: 0 auto;
	text-align: left; 
}

#sidebar{

	width: 450px;
	background-color: #959595;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
}

#mainContent {

	width:450px;
	padding: 10px; 
	background-color: #959595;
	margin: 0 auto;
	text-align: left;
}

#seperator {
	height: 10px;
	color: #564b47;
	margin: 0px; 
	padding: 2px;
	clear: both;
}

#footer{
	color:pink; 
	font-size:9px;
	clear: both;
	height: 5%;
	border-top: 1px dotted pink;
	padding: 10px;
	margin: 0;
}



/* Link attributes */
a:link 		{ text-decoration: none; color:pink;}
a:active 	{ text-decoration: none; color:pink;}
a:visited 	{ text-decoration: none; color:lightpink;}
a:hover		{ text-decoration: none; color:#990033;}

