@charset "utf-8";
/* CSS Document */
/* Copyright © 2008 Stergeron. Don't steal our code, or the dead will haunt you! */
/* Anthony Doctolero, Truman Guan, Naomi Okubo, Marco Segreto, Liza Unson, Ja Yoophoon */

#logo img{ behavior: url(/iepngfix.htc) }

#why_box { behavior: url(/iepngfix.htc) }

#create_box { behavior: url(/iepngfix.htc) }

.features_items { behavior: url(/iepngfix.htc) }

#account { behavior: url(/iepngfix.htc) }

/*BASIC STRUCTURE*/

body {
	font-family:arial,helvetica,sans-serif;
	font-style:normal;
	font-variant:normal;
	margin:0px;
	padding:0px;
	background-color:#fff;
	}
	  
#wholewrapper {
	background-color:#fff;
	background-repeat:repeat-x;
	}

#colorplacer {
	margin: 0px auto;
	padding: 0px;
	}

#masthead {
	background-image: url(/images/header_cover_v3.png);
	background-repeat: repeat-x;
    height: 67px;
	}
		
#mastheadFixer {
	width: 900px;
	margin: 0px auto;
	padding: 0px;	
	}

/*ADJUSTMENT*/

.clear {
	clear: both;
	padding:0 0 100px 0;
	}

.colorAdjustment {
	color: #D65700;
	text-decoration: underline;
	}
	
/* CONTENT STRUCTURE */

#main_content {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	}

#themeWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	width: 900px;
	float:left;
	}

.themeInnerWrap {
	padding: 0px;
	margin: 0 0 50px 0;
	float: left;
	clear:both;
	width:900px;

	
	}

/*GENERAL TITLE*/	

.general_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d65700;
	font-weight: bolder;
	padding: 30px 0px 0px 0px;
	margin: 0px;
    }

/*THEME ITEMS*/

.themeItems {
	width: 200px;
	padding: 0px;
	float: left;
	display: inline;
	}

.themeTitle {
	color: #596804;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 150px;
	}

.siteLink {
	color: #50533E;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	width: 150px;
	}

.themePreview {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 150px
	}

/*LINKS*/

.siteLink a {
	color: #50533E;
	} 

.siteLink a:hover {
	color: #50533E;
	} 
	