/* Stylesheet, Site Design and Development by Jesse Spink - http://jessespink.com */


/**************************************************************
   BODY
 **************************************************************/
body {
	background-image: url(../images/bg_pattern_1.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF;
	margin: 0;
	padding: 0;
	height:100%;
    border:none;
	font: 12px Georgia,"Times New Roman","New York",serif;
	line-height: 110%;
	text-align: center;
}

/**************************************************************
   PAGE ELEMENTS
 **************************************************************/
 #page {
 	background-color: #333;
	width: 825px;
	border: 15px solid #FFF;
	padding: 50px;
	text-align: left;
	margin: 30px auto;
}

#details {
	margin: 20px 0 0;
	text-align: right;
}

#banner {
 /* Empty */
}

#head_text {
	width: 690px;
	float: right;
	text-align: right;
	margin: 30px 0 30px 10px;
}	

#window_left {
	width: 310px;
	float: left;
	margin-left: 15px;
}

#window_right {
	width: 460px;
	float: right;
	margin-right: 20px;
}

 #clear {
 	clear: both;
	height: 0px;
}

#dashed {
	width: 100%;
	height: 15px;
	background-image: url(../images/dashed_line.jpg);
	background-repeat: repeat-x;
	margin: 50px 0 5px 0;
	clear: both;
}

#top {
	margin: 5px 0 20px 0;
	clear: both;
}

#logo_small {
	width: 310px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dashed 2px #FFFFFF;
}

#hidden_links {
	visibility: hidden;
	height: 0px;
}

#footer {
	margin-top: 20px;
}

/**************************************************************
   COMMON TEXT
 **************************************************************/

p {
	line-height: 1.7em;
	margin-top: 0;
}

h1 {
	font-weight: normal; 
	font-size: 32px; 
	font-style: italic;
}

h2 {
	font-weight: normal; 
	font-size: 21px; 
	font-style: italic;
	line-height: 1.5em;
}

h3 {
	font-weight: normal; 
	font-size: 15px; 
	font-style: italic;
	margin: 0px;
}

strong {
	font-weight: bold; 
	font-size: 15px; 
	font-style: italic;
}

ul {
	margin: 10px 0;
	padding: 0;
}

img {
	border: 0;
}

/**************************************************************
   ANCHORS
 **************************************************************/
a, a:link, a:visited {
	color: #D0FE1B;
	text-decoration: none;
}
a:hover, a:active {
	color: #3399CC;
	text-decoration: none;
}

/**************************************************************
   MISC.
 **************************************************************/
 .yellow {
 	font-size: 14px;
}
	