@charset "utf-8";


body{
margin:0 auto 0 auto;
text-align:center;
background-color:#FFFFFF;
background-image:url(../../images/pink/tile_pink_bg.jpg);
background-repeat:repeat-x;
}


#wrapper{
margin:0 auto 0 auto;
padding:0 auto 0 auto;
text-align:center;
width:1000px;
height:630px;
background-image:url(../../images/pink/pink_bg.jpg);
background-repeat:no-repeat;
}

#top{}

#middle{

}

#middle_left{
float:left;
background-image:url(../../images/pink/pink_left.jpg);
width:62px;
height:506px;}

#middle_content{
	float:left;
	width:872px;
	height:506px;
	background-color:#FEFEFE;
	
}


/*..................... CONTENT....................*/


#logo{
text-align:right;
margin:12px 50px 2px 0;
position:relative; top:7px;
}


#menu{
text-align:left;
margin:0 0 0 30px;
color:#666666;
font-size: 104%;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing:0.01em;
}

#menu a{
font-size: 104%;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color:#666666;
text-decoration:none;
letter-spacing:0.01em;
}

#menu a:hover{
font-size: 104%;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color:#333333;
text-decoration:none;
letter-spacing:0.01em;
}

.hr{
width:814px;
color:#999999;
}

#content{
clear:both;
margin:2px auto 0 auto;
height:321px;
text-align:center;

}


#footer{
clear:both;
text-align:left;
padding:52px 0 0 30px;
font-family:tahoma, "Times New Roman", Times, serif;
font-size:11px;
color:#666666;
}

#footer a{
font-family:tahoma, "Times New Roman", Times, serif;
font-size:11px;
color:#666666;
text-decoration:none;
}

#footer a:hover{
font-family:tahoma, "Times New Roman", Times, serif;
font-size:11px;
color:#333333;
text-decoration:none;
}


/*.................................................*/

#middle_right{
float:left;
background-image:url(../../images/pink/pink_right.jpg);
width:66px;
height:506px;
}

#bottom{}

/***Home Poll***/
.homepoll {
	width:484px;
	position:fixed;
	left:30%;
	top:30%;
	z-index:10000;	
}

.homepoll_header {
	width:464px;
	background:transparent url(../../images/poll_header.png) no-repeat left top;
	font-size:20px;
	color:#FFF;
	height:32px;
	padding:5px 10px;
	
	
}
.homepoll_content {
	width:464px;
	background:#fff url(../../images/poll_footer.png) no-repeat left bottom;
	padding:15px 10px;
	color:#132117;
	font-size:12px;
	text-align:center;
}

.homepoll_footer {
	width:464px;
	text-align:center;
	margin-top:20px;
}

.homepoll_footer img {
	margin:0px 5px;
}

.homepoll_submit {
	text-aling:center;
	height:34px;
}

.homepollback {
	background:transparent url(../../images/blankus.png) repeat left top;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1000;
}
