
body {
	background:url('http://december-rain.org/cosplay/images/body_bgd.png') #fff;
	text-align:center;
}

#wrapper {
	width:676px;
	margin:auto;
}

#header {
	width:676px;
	height:198px;
	background:url('http://december-rain.org/cosplay/images/header.png') top left no-repeat;
}

#contentwrap {
	width:676px;
	background:url('http://december-rain.org/cosplay/images/content_bgd.png') top left repeat-x #c5cfc0;	
}

#content {
	padding-left:10px;
	float:left;
	width:475px;
	color:#4f524e;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	text-align:justify;
}

#sidebar {
	float:right;
	width:180px;
}

#navcontainer { 
	width: 180px; 
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	border-top: 1px dotted #fff;
}

#navcontainer a {
	display: block;
	width: 180px;
	height:25px;
	padding-left: 30px;
	background:url(http://december-rain.org/cosplay/images/nav_norm.png) top left no-repeat;
	border-bottom: 1px dotted #fff;
}

#navcontainer a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover {
	color:#fff;
	padding-left: 30px;
	background:url(http://december-rain.org/cosplay/images/nav_hover.png) top left no-repeat;
}

.clear {
	clear:both;
}

#footer {
	width:676px;
	height:62px;
	background:url('http://december-rain.org/cosplay/images/footer.png') top left no-repeat;
	padding-top:30px;
	color:#fff;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:9px;
	text-align:center;
}

b,strong {
	color:#156256;
}

i,em {
	color:#7d023a;
	font-family:georgia,times,serif;
}

A:link,A:visited,A:active {
	text-decoration: none;
	font-weight:bold;
	color:#e7028b;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #d668a5;
}

.footerlinks A:link {
	text-decoration: none;
	font-weight:normal;
	color:#a9f3e3;
}

.footerlinks A:visited {
	text-decoration: none;
	font-weight:normal;
	color:#a9f3e3;
}

.footerlinks A:active {
	text-decoration: none;
	font-weight:normal;
	color:#a9f3e3;
}

.footerlinks A:hover {
	text-decoration: none;
	font-weight:normal;
	color:#fff;
}



h1 {
	font-family:century gothic, Tahoma, Geneva, sans-serif;
	font-size:18px;
	letter-spacing:2px;
	padding:0px;
	margin:5px;
	color:#e7028b;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	font-family:century gothic, Tahoma, Geneva, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	text-indent:15px;
	color:#e7028b;
	font-weight:normal;
	font-weight:bold;
}


h3 {
	font-family:century gothic, Tahoma, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	color:#e7028b;
	font-weight:normal;
	padding-bottom:0px;
}


h4 {
	font-size:14px;
	font-weight:bold;
	font-family:century gothic, arial, verdana, helvetica, sans-serif;
	color:#e7028b;
	text-align:left;
	margin:0px;
	padding:0px;
}

.topimg {
	border:3px solid #fff;
	margin-right:10px;
	margin-bottom:0px;
	background-color:#fff;
}

.img {
	border:3px solid #fff;
}

#costumespecs {
	width:100%px;
	margin-left:10px;
	margin-top:13px;
}

.row1 {
	background-color:#e2e6d8;
	padding:3px;
}

.row2 {
	background-color:#fff;
	padding:3px;
}

div.float {
	float: left;
	margin:10px;
 
  }
  
div.float p {
	text-align: center;
	font-size:10px;
   }

.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}