/*BODY*/
body {
	background-color:#1E3846;
	font-family:"trebuchet ms" , arial, sans-serif;
	color:#1E3846;
	}
	
a:visited {
	color:#1E3846;
	}
	
a:hover {
	border-bottom-style:dotted;
	border-bottom-color:#1E3846;
	border-bottom-width:thin;
	}
	
a {
	text-decoration:none;
	color:#1E3846;
	}



/*CONTAINERS*/
#main {
	width:700px;
	margin: auto;
	background-color:#999999;
	}

#header_text {
	width:300px;
	height:50px;
}
	
#header_image {
	width:700px;
	height:100px;
	background-image: url(images/blisshippy_header.jpg);
	}
	
#horizontal_menu {
	width:695px;
	height:14px;
	background-color:#A7A7A7;
	padding-right:5px;
	}
	
#content{
	width:700px;
	background-color:#999999;
	}
	
	#content a {
	font-weight:bold;
	}

				
/*TEXT STYLES*/
.header_text1 {
	font-size:36px;
	padding-left:5px;
	padding-top:5px;
	}

.header_text2 {
	color:#CCCCCC;
	font-size:36px;
	padding-left:5px;
	padding-top:5px;
	}
	
.header_text3 {
	font-size:9px;
	}
	
.navigation_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	}
	

.leftbottomtext {
	font-size:11px;
	padding:10px;
	}
	

h1 {
	font-size:24px;
	color:#1E3846;
	padding-left:5px;
	margin: 0px;
	text-align:center;
	}
	
h2 {
	font-size:18px;
	margin:0px 0px 0px 5px;
	text-align:center;
	}

h3 {
	padding-left:50px;
	margin: 0px;
	}
	
p {
	padding: 0px 15px 0px 25px;	
	margin: 0px;
	}
	
#footer {
	text-align:center;
	font-size:10px;
	}