*{
margin:0;
padding:0;
}

body {
	background-color: white;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {

    margin: 0px auto;
    height: 100%;
    width: 800px;

}   

#header {
	background-image: url(./images/header.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 154px;

}

#headertextbox {
	width: 800px;
	float:left;
	margin-top: 100px;
	padding: 0px 0px 0px 30px;

}

#maincontentarea {
	width: 800px;
	float:left;
	background-color: #399BDA;
	margin-top: 12px;

}


#leftboxstore {

	width: 780px;
    height: 100%;
	float:left;
	background-color: white;
	margin: 10px 10px 10px 10px;
}

#leftbox {

	width: 466px;
    height: 100%;
	float:left;
	background-color: white;
	margin: 15px 0px 15px 15px;
}

#featurebox {
	width: 466px;
    height: 160px;
    
}

#textbox {
	width: 450px;
    height: 100%;
    padding: 8px 0px 0px 8px;
    
}

#featurethumb {
	float:left;
	width: 196px;
    height: 146px;
	padding: 8px 0px 0px 8px;

}

#featureinfo {
	float:left;
	width: 240px;
    height: 111px;
	padding: 10px 10px 10px 10px;

}
#studiobox {
	width: 466px;
    height: 119px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #D7D7D7;
}

#studiothumb{
	float:left;
	width: 153px;
    height: 111px;
	padding: 4px 0px 4px 9px;

}

#studioinfo {
	float:left;
	width: 280px;
    height: 111px;
	padding: 5px 0px 0px 10px;
}

#rightbox {

	width: 263px;
	height: 100%;
	float:left;
	background-color: white;
	margin: 15px 0px 15px 15px;
	padding: 10px 0px 10px 10px;

}

#footer {
	float:left;
	margin-bottom: 0px;
   	width: 100%;
   	height: 35px;

}

#headertextbox p {

    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}  

#footer p {

    color: #DB4278;
    padding: 10px 0px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}  


p {

    color: #FF4A9D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}  

h1 {

    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}  

h2 {

    color: #FF4A9D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}  

h3 {

    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}  




a {  
	text-decoration: none;
	color: #FF4A9D;
}

a:link {
	text-decoration: none;
	color: #FF4A9D; 
}
a:visited {
	text-decoration: none;
	color: #FF4A9D; 
}
a:hover {
	text-decoration: none; 
	color: black; 
}
a:active {
	text-decoration: none; 
	color: black; 
}

#footer a {

    color: #FF4A9D;
	text-decoration: none;

}  

#footer a:hover  {

    color: black;
	text-decoration: none;

} 

#visitstoretext a {

    color: black;
	text-decoration: none;

}  

#visitstoretext a:hover  {

    color: #FF4A9D;
	text-decoration: none;

} 
