/* Quad Layout */

div#titlebar {
width: 1000px;
margin: 0px;
text-align: center;
background-image: url('../inc/title-graphic.jpg');

background-repeat: horizontal;
background-position: top center;
height: 300px;
} 

div#bottombar {
width: 1000px;
margin: 0px;
text-align: center;
height: 50px;
padding: 25px;
border: 1px;
border-left: 1px solid #ffffed;
border-right: 1px solid #ffffed;
border-top: 1px solid #515151;
background-image: url('../inc/transparent2.png');
} 

/* PACKAGE IMAGES 150 Pix Wide with Padding to Left */
.package_photo {
	margin: 25px 25px 25px 0px;
	float: left;
}


div#chatbar {
border: 1px solid #515151;
margin: 30px;
padding: 30px;
text-align: left;
background-image: url('../inc/transparent2.png');
background-attachment: fixed;
background-repeat: horizontal;
background-position: top center;
width: 750px;
} 

/* Generic Selectors */ 

body { 

background-color: #000000; 
margin: 0px;
text-align: center;
background-image: url('../inc/grass-render-background.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom center;
} 

h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-variant: small-caps;
color: #f9e8ff; 
font-size: 10px; 
} 

p { 
font-family: arial, verdana;
color: #ffffed; 
font-size: 12px;
} 

div.list_test li { 
list-style-type: bullet; 
line-height: 200%; 
color: #f9e8ff; 
font-size: 12px; 
font-family: Georgia, "Times New Roman", Times, serif; 

} 

h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-variant: small-caps;
font-size: 25px; 
font-weight: bold; 
width: 100%;
color: #ffeecc; 
display: inline;
border-bottom: 1px solid #ffd37d; 
background-image: url('../inc/glow-swish.png');

background-repeat: no-repeat;

} 
h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #ffeecc; 
border-bottom: 1px solid #ffd37d; 
} 
 
/**************** Pseudo classes ****************/ 
a:link {color: #ffeecc; font-color: #ffeecc;}
p a:link {color: #ffeecc; font-color: #ffeecc; font-size: 12px;}

a:visited {color: #ffeecc; font-color: #ffeecc;}
p a:visited {color: #ffeecc; font-color: #ffeecc; font-size: 12px;}

a:hover {color: #ffeecc; font-color: #ffeecc; font-weight: bold; }
p a:hover {color: #ffeecc; font-color: #ffeecc; font-weight: bold; font-size: 12px; }

a:active {color: #ffeecc;font-color: #ffeecc;}
p a:active {color: #ffeecc;font-color: #ffeecc; font-size: 12px;}
