@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	background: #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
p, ul {
	margin-bottom: 22px;	
}
h1 {
	font-size: 31px;
	font-weight: normal;
}
img {
	border: none;	
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active {
	color: #cc0000;
}
a:hover {
	color: #cc0000;
}
.red {
	color: #990000;	
}
.large_red {
	color: #990000;
	font-size: 31px;
	font-weight: normal;
}
.underlined {
	text-decoration: underline;	
}
div#container {
	text-align: center;
}
div#main_content {
	width: 80%;
	margin: 0 auto;
}

/* splash page */

body#splash {
	color: #fff;	
}
img#main_title_image {
	margin: 25px 0 15px 0;
}
img#welcome_image {
	border: 6px solid #fff;
}
#welcome_title {
	margin: 10px 0 0 0;
}
#welcome_message {
	width: 350px;
	margin: 0 auto;
	font-size: 13px;
}
#welcome_links {
	width: 327px;
	margin: 15px auto 50px auto;
	font-size: 31px;
}
#enter_link {
	width: 100px;
	text-align: center;
}
#exit_link img {
	margin-left: 140px;
}
#exit_link {
	width: 100px;
	text-align: center;
}

/* menu */

ul#menu {
	position: relative;
	margin: 40px 0 40px 0;
	font-size: 23px;
}
ul#menu li {
	display: inline;	
}
ul#menu li a{
	margin: 0 5px;
	font_size: 80%;
}
li#current_page a {
	color: #990000;
}

/* special */
body#about_me h1, body#photo_gallery h1, body#sessions h1, body#what_dominatrix h1, body#links h1 {
	font-size: 300%;
	color: #990000;
	margin-bottom: 10px;
}
div#gallery_images img {
	margin: 8px;
	border: 4px solid #fff;
}
p#gallery_contacts {
	font-size: 75%;
	margin-bottom: 50px;
}
body#sessions ul#links, body#links ul#links{
	list-style-type: none;	
}
div.ask_points {
	width: 684px;
	margin: 0 auto;
	text-align: left;
}
ul#ask_yourself1 li, ul#ask_yourself2 li {
	margin: 13px 0;	
}
body#home ul#ask_yourself1, body#home ul#ask_yourself2, body#wish_list ul#links {
	list-style-type: none;
}
ul#ask_yourself1 {
	width: 330px;
	float: left;
}
ul#ask_yourself2 {
	width: 330px;
	float: right;
}
#main_content h1 {
	text-indent: -2000px;
	margin: 0 auto 15px auto;
}
body#home #main_content h1 {
	width: 518px;
	height: 117px;
	background-image: url(../images/ttl-Welcome.gif);
}
body#about_me #main_content h1 {
	width: 219px;
	height: 48px;
	background-image: url(../images/ttl-About-Me.gif);
}
body#links #main_content h1 {
	width: 114px;
	height: 49px;
	background-image: url(../images/ttl-Links.gif);
}
body#contact_me #main_content h1 {
	width: 241px;
	height: 50px;
	background-image: url(../images/ttl-Contact-Me.gif);
}
body#wish_list #main_content h1 {
	width: 191px;
	height: 54px;
	background-image: url(../images/ttl-Wish-List.gif);
}
body#sessions #main_content h1 {
	width: 149px;
	height: 53px;
	background-image: url(../images/ttl-Sessions.gif);
}
body#photo_gallery #main_content h1 {
	width: 259px;
	height: 67px;
	background-image: url(../images/ttl-Photo-Gallery.gif);
}
.copyright {
	font-size: 90%;
}
.clear {
	clear: both;
	font-size: 1px;
}
#sessions table {
	text-align: left;
	margin: 0 auto;
}
img.horiz_photo {
	position: relative;
	bottom: 41px;
}
#news_flash {
	width: 600px;
	border: 1px solid white;
	text-align: center;
	margin: 10px auto 20px auto;
}
#news_flash td {
	padding: 10px 10px 0 10px;	
}
.outlined_p {
	border: 1px solid white;
	width: 700px;
	margin: 0 auto 10px auto;
	padding: 10px;
}
.outlined_div {
	border: 1px solid white;
	width: 615px;
	margin: 0 auto 10px auto;
	padding: 10px;
}
.slightly_smaller {
	font-size: 15px;	
}
.bigger {
	font-size: 120%;	
}
.email {
	text-decoration: none;	
}
.tighter_lines {
	line-height: .5;
	padding: 10px 0;
}
