@charset "utf-8";
/* MeetParisChan.com */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#2e2e2e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#e6e6e6;
}
a {
	outline:none;
	color:#730e0e;
	text-decoration:none;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#outer {
	background:transparent url(images/shadow_dark.png) no-repeat center center;
}
#shell {
	position:relative;
	width:1000px;
	height:550px;
	margin:auto;
	background:#000;
	border:5px solid #fff;
	margin-top:25px;
}
#splash, #nav, #main {
	position:relative;
	float:left;
	height:550px;
}
#splash {
	width:377px;
	overflow:hidden;
	background:#111;
}
#nav {
	width:205px;
	background:#0F0F0F url(images/nav_bg.jpg) no-repeat top left;
	text-align:center;
}
#nav img {
	border:none;
}
#nav .logo {
	margin-top:105px;
}
#nav .accent {
	margin:15px 0 5px 0;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	list-style:none;
	color:#fff;
}
#nav ul li a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-decoration:none;
	padding:1em 0;
	border-bottom:1px solid #171717;
	width:85%;
	margin:auto;
}
#nav ul li a:hover, #nav ul li a.active {
	color:#6c6c6c;
}
#main {
	width:418px;
	background:#E7E7E7 url(images/main_bg.jpg) no-repeat top right;
}
#content {
	position: relative;	
	height:392px;
	width:82%;
	margin:95px auto 0 auto;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.8em;
	outline:none;
	padding-right:10px;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:1.1em;
	}
#content h1, #content h2 {
	font-weight:normal;
	color:#730e0e;
	font-size:1.2em;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content h2 {
	font-size:.9em;
	text-transform:capitalize !important;
	border-bottom:1px solid #666;
	padding-bottom:.3em;
	color:#fff;
}
#footer {
	position:relative;
	width:1000px;
	margin:auto;
	line-height:25px;
	height:25px;
	font-size:.7em;
	color:#fff;
}
#footer a {
	color:#812424;
	text-decoration:none;
}
.clr {
	clear:both;
}

/* Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 11px;
	background: transparent url(images/scroll_bg.png) center center repeat-y;
}
.vscrollerbar {
	width: 11px;
	background: #666;
	filter:alpha(opacity=59);
	-moz-opacity:.59;
	opacity:.59;
	cursor:move;
}
.vscrollerbasebeg {
	width: 11px;
	height: 10px !important;
	background: url(images/scroll_begin-trans.png) 0 0 no-repeat;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: url(images/scroll_end-trans.png) 0 0 no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.hscrollerbase {
	height: 5px;
	background-color: #666667;
}
.hscrollerbar {
	height: 5px;
	background-color: black;
}
.scrollerjogbox {
	width: 11px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
.form {
	
}
.form label {
	display:block;
	float:left;
	width:105px;
	margin-right:10px;
	font-size:.85em;
	color:#eee;
}

.form .basic {
	float:none;
	margin:0;
	display:inline;
}
.form p {
	clear:both;
	margin-bottom:5px !important;
}
.form h2 {
	border-bottom:1px solid #111;
	padding-bottom:4px;
	font-size:.9em;
	text-transform:none !important;
}
