@charset "utf-8";
/* CSS Document */
/*begin header*/
#header {
height: 100px; width: 600px; margin-left:150px; border-color:#990000; border-style:solid; border-width:thin;
}
/*end header - begin sidebar_a*/
#sidebar_a {
float:left; width:151px; height:auto;
}
/*end sidebar_a - begin content*/
#content {
margin-left:155px; padding:5px; width:700px;
}
p {
font-family:Georgia, "Times New Roman", Times, serif; color:#000099; font-size:16px; line-height:125%; margin-top:0; margin-bottom:6px; text-indent:15px;
}
h1, h2, h3, h4, h5 {
font-family:Georgia, "Times New Roman", Times, serif; color:#000099;
}
li { 
font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; color:#000099; list-style-type:none;
}
.img_photo_gallery {
}
/*end content - begin footer*/
#footer {
clear:both; text-align:center; width:750px;
}
/*end footer*/
body {
background-image:url(../images/background/logo_tile_02.gif); background-repeat:repeat;
}
a:link {}
a:visited {}
a:hover {text-decoration:none; color:#FF0000;}
a:active {}

