@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:#000 url(../images/bg.png) repeat-x left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ccc;
}
a {
	color:#ab0a12;
	outline:none;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#outer {
	background:transparent url(../images/giamarie_initials-trans.png) no-repeat bottom center;
}
#shell {
	position:relative;
	width:1050px;
	height:500px;
	margin:auto;
	background:#000 url(../images/splash_giamarie.jpg) no-repeat top left;
	border:1px solid #000;
}
#nav {
	position:relative;
	width:100px;
	float:left;
}
#nav ul {
	list-style-type:none;
	margin-top:70px;
}
#nav ul li {
	list-style:none;
	margin:10px 0 !important;
}
#nav ul li a {
	display:block;
	color:#fff;
	font-size:.8em;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:right;
	padding:10px 13px 10px 0;
	
	
}
#nav ul li a:hover, #nav ul li a.active {
	background:#000 url(../images/nav_bullet-trans.png) no-repeat right center;
	color:#ab0a12;
}
#logo {
	position:relative;
	float:left;
	width:232px;
	margin-left:25px;
	text-align:right;
}
#logo img {
	margin-top:200px;
	border:0;
}
#main {
	position:relative;
	float:right;
	width:440px;
}
#phead {
	position:relative;
	margin-top:90px;
	font-size:.8em;
	width:90%;
}
#phead h1 {
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:1.1em;
	color:#932323;
}
#content {
	position: relative;	
	width:90%;
	height:307px;
	margin-top:15px;
	overflow: auto;
	text-align:left;
	line-height:1.5em;
	font-size:.8em;
	outline:none;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#content h1, #content h2 {
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:1.1em;
	color:#ab0a12;
}
#footer {
	position:relative;
	text-align:center;
	font-size:.7em;
	padding-top:8px;
	background:#000;
	color:#565656;
	margin:0 auto 15px auto ;
}
#footer a {
	text-decoration:none;
	color:#602020;
}
.clr {
	clear:both;
}
#exit_button {
	position:absolute;
	width:100px;
	height:30px;
	line-height:30px;
	font-size:.85em;
	top:0;
	right:0;
	text-align:right;
	padding-right:10px;
}
#exit_button a {
	text-decoration:none;
}

