

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h3 {
        color:#CC3300;
        font-weight:bold;
        }

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}

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

a:hover {
	text-decoration: none;
	color: #0088FF
}

/* Header */

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 50px;
}

#logo h1, #logo h2 {
	float: left;
	padding: 2em .25em 0 0;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	height: 30px;
	border-top: 20px solid #FFFFFF;
	background: #E1EEFA url(images/img03.gif) repeat-x left bottom;
}

#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	color: #0088FF;
}

/* Splash */

#splash {
	width: 760px;
	height: 140px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
}
#splash .girlmenu { border: 1px dotted; padding: 2px 2px; font-family: verdana; font-size: 14px; }
#splash .girlmenu a { border: 1px dotted; padding: 2px 2px; font-family: verdana; font-size: 14px; 
color:#FFFFFF; }
#splash .girlmenu a:hover { border: 1px dotted; background-color:#333333; padding: 2px 2px; font-family: verdana; font-size: 14px; 
color:#FFFFFF; }

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

#content img {

	
}
#content h2 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
	
	font-size: 1em;
	color: #000000;
}

#content h3 {
	font-size: 1em;
	color:#CC3300;
        font-weight: bold;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	padding-left: 12px;
	
}


#content .content {
	padding: 10px 5px 20px 30px;
}

/* Column One */

#colOne {
	float: left;
	width: 520px;
	background: url(images/img04.gif) repeat-x;
}
#colOne .content{
	float: left;
	width: 490px;
	
}
#colOne .content img{

	}
#colOne .content .info {
	float: right;
	width: 320px;
	padding-left: 5px;
	padding-right: 10px;
	border: solid #999 1px;
	margin-left: 10px;
	z-index: 1;
	}
	
#colOne .content .info h3 {
	color:#CC3300; 
	font-weight:bold;
	}

#colOne .boxed {
	background: url(images/img07.gif) repeat-x;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	background: url(images/img05.gif) repeat-x;
}

#colTwo .boxed {
	background: url(images/img08.gif) repeat-x;
}
#colTwo .boxed .content ol {
        
  	color: #339966;
}
#colTwo .boxed .content li {
	 padding-left: 0px;       
}

#colTwo .content {
	padding: 10px;
}

/* Footer */

#footer {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-x left bottom;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

#footer a {
	color: #666666;
}
.popup .hidden {display: none;}
.popup:hover .hidden {
	display: block;
	width: 500px;
	padding: 3px 3px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#girlstable {
	float: left;
	width: 760px;
	background: url(images/img04.gif) repeat-x;
	}
