.margin-bottom{
	margin-bottom: 10px;
}

html{
	overflow-y: scroll;
}
body{
	background: #fff url('/img/bg.png') repeat-x;	
}


#outer-container{
	height: 100%;
	width: 100%;
}

#container
{
	position: relative;
}

#header{
	width: 950px;
	height: 132px;
	background: url('/img/header.jpg') no-repeat;
	overflow: hidden;
}

#container #girls{
	position: absolute;
	right: 0;
	top: 0;
	background: url('/img/girls.png') no-repeat;
	width: 127px;
	height: 185px;
	z-index: 9999;
}

h1{
	display: block;
   	margin: 15px 0 0 155px;
}

h1 a{
    display: block;
    height: 100px;
    text-indent: -9999px;
    width: 370px;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;

}

#nav ul li{
	float: left;
	height: 53px;
}

#nav ul li a{
	height: 38px;
	display: block;
	padding: 15px 8px 0 8px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover{
	color: #fff;
}

#nav ul li:hover{
	background: #a10b40;
}

#content{
	margin: 30px 0;
	overflow: hidden;
}

#left-column h2{
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#left-column ul{
    list-style: none;
}
#left-column ul li{
    padding-left: 3px;
    border-bottom: 1px solid #ddd;
}
#left-column ul li a{
    
        padding: 5px 0;
        display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#right-column h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	padding: 7px 0 7px 25px;
	font-size: 16px;
	font-weight: bold;
    background-image: url("/img/bullet_star.png");
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

dt{
	float: left;
	width:210px;
}

button{
	font-size: 18px;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 0;
}

button img{
	margin: 0px 6px -2px 3px;
}


#profile button{
	text-align: left;
	width: 100%;
}
.results { list-style: none; margin: 0; padding: 0; overflow: hidden;}
.results li { float:left; width:147px; margin-right:14px; padding-bottom:10px; }
.results li.last { margin-right: 0; }
.results li a{ text-decoration: none;}
.results li a img { float:left; border: 0px none; width: 147px; height: 147px;}
.results li a strong { clear:both; display:block; width:147px; text-align:center; padding-top:2px; font-size:14px; font-weight:bold; height: 20px; overflow: hidden;}
.results li a span { display:block; width:147px; text-align:center;}

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

#pagination ul li{
	float: left;
	margin: 0 5px 5px 0;
	border-style:solid;
	border-width: 1px;
	text-align: center;
}

#pagination ul li a{
	display: block;
	padding: 5px 10px;	
	text-decoration: none;
}

#lightbox { z-index: 9999; width:100%; height:100%; position: fixed; background:url(../img/lightbox.bg.png); display:none; }
#lightbox form.register { position:relative; z-index:0; padding:0; background:url(../img/lightbox.png) no-repeat; width:487px; height:635px; margin:0 auto; margin-top:300px; }
#lightbox form.register #close { height:74px; width:74px; background:url(../img/close.png); position:absolute; top:-10px; right:-10px; cursor: pointer;}
#lightbox form.register p { text-align:center; }
#lightbox form #inner_bg { margin-top:23px; margin-left:28px; float:left; height:566px; width:379px; padding:12px 27px 0 27px;}
#lightbox form.register h2 { padding:0 0 5px 0; border-bottom-width:1px; border-bottom-style:solid; margin-bottom:10px; }
#lightbox form.register select { height:24px; }
#lightbox form.register p.sign_up_text { padding:0; margin: 0; }
#lightbox #lightbox-header p{ margin: 0;}
#lightbox #lightbox-header h2{font-size: 22px;font-weight: bold; letter-spacing: 1px; text-align: center; text-transform: uppercase;}
#lightbox #lightbox-header h2.span{ color: #fff;}
#lightbox #lightbox-form{}
#lightbox #lightbox-form div{ margin-bottom: 2px; overflow: hidden;}
#lightbox #lightbox-form div label{color: #fff; float: left; width: 150px; margin: 13px 0 0 0; cursor: pointer;}
#lightbox #lightbox-form div input{border: 1px solid #000; float: left; height: 26px; padding-left: 3px; width: 200px;}
#lightbox #lightbox-form div select{padding: 2px; border: 1px solid #000}
#lightbox #lightbox-form button{text-align: center; width: 100%;}

#register{ padding:10px; margin-bottom: 10px}
#register #lightbox-form{}
#register #lightbox-form div{ margin-bottom: 2px; overflow: hidden;}
#register #lightbox-form div label{color: #fff; float: left; width: 150px; margin: 13px 0 0 0; cursor: pointer;}
#register #lightbox-form div input{border: 1px solid #000;padding: 7px; width: 200px; }
#register #lightbox-form div select{padding: 5px; border: 1px solid #000}
#register #lightbox-form div#button{text-align: center;}
#register #lightbox-form div#button button{width: 250px; text-align: center;}

.sign_up_text{ color: #fff;}
.sign_up_text a{ color: #fff; text-decoration: none;}

.color_1 { color:#000; }
.color_1_bg { background:#000; }
.color_1_border { border-color:#000; }
.color_2 { color:#a10b40; }
.color_2_bg, .color_2_bg:hover { background:#a10b40; }
.color_2_border { border-color:#a10b40; }
.color_3 { color: #fff;}
.color_4 { color:#222; }
.color_4_bg { background:#222; }


/* linkexchange */
ul.linkexchange{
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	overflow: hidden;
}

ul.linkexchange li{
	float: left;
	width: 155px;
}

ul.linkexchange li a{
	color: #000;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana,"Helvetica Neue",Helvetica,sans-serif;
	text-decoration: none;
}

.footer{
	padding: 5px;
	color: #fff;
	float:right;
	margin: 10px;
}
.footer a{
	color: #fff;
	text-decoration: underline;
}

.square{
    width: 5px;
    height: 5px;
    float:left;
    margin:6px 10px 6px 0;
}

.notice a {
    color: #514721;
}

.notice {
     border: 2px solid #DDDDDD;
     margin: 0 0 10px 0;
    padding: 10px 10px 10px 15px;
    background: none repeat scroll 0 0 #FFF6BF;
    border-color: #FFD324;
    color: #514721;

    list-style: none;

}

.list{
    list-style: none;
}

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


.error ul, .alert ul, .notice ul, .success ul, .info ul{ list-style: none; margin: 0 5px; padding: 0;}
.error ul li, .alert ul li, .notice ul li, .success ul li, .info ul li{ line-height: 20px;}
.error .square, .alert .square, .notice .square, .success .square, .info .square { height:7px; width:7px; float:left; margin:6px 10px 0 0; }

.error .square, .alert .square{ background-color: #CC595D; }
.notice .square{ background-color: #CCA416; }
.success .square{ background-color: #98AD47; }
.info .square{ background-color: #488DAD; }
