﻿/*

#ffebcd - beige color, used for text
*/
/* Remove padding and margin */ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;	
	color: #ffebcd;
}

.clear { 
    clear:both; 
} 

.right { 
    float: right; 
} 

.left { 
    float: left; 
}

body {
	font: 11pt Verdana, Geneva, Tahoma, sans-serif;
	background-image: none;
	text-align: left;
	background-color: #000000;
	color: #ffebcd;
}

#wrapper {
	/*width: 450px; */
	/*width: 82%; */;
	padding: 150px 0px 0px 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	color: #ffebcd;
	width: 62%;
	left: 275px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	float: left;
}
;
	padding: 150px 0px 0px 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	color: #ffebcd;
	width: 62%;
	left: 275px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	float: left;
}
/* Header 
-----------------------------------------------------------------------------*/ 

h1 
{ 
    font-size: 18pt; 
} 

h2
{
	font-size: 14pt;
}
     
/*p 
    { 
    font-size: 1.2em;     
}
*/


/* Navigation 
-----------------------------------------------------------------------------*/ 
#menu {
	background-position: 0px 50px;
	background-image: url('images/parallel_menu.png');
	float: left;
	background-repeat: no-repeat;
	width: 250px;
	height: 600px;
	text-align: left;
	padding-left: 24px;
	font-size: 18pt;	

}

.menu_link {
	color: #ffebcd;
	text-decoration: none;
}
.body_link
{
	color: #ffebcd;
	text-decoration: none;
}
.body_link:hover 
{ 
	text-decoration: underline; 
}

/* Footer 
-----------------------------------------------------------------------------*/ 

/* Homepage 
-----------------------------------------------------------------------------*/ 

/* Your template 
-----------------------------------------------------------------------------*/

