@charset "utf-8";
/* CSS Document */

/* HTML elements */
*						{ margin: 0; padding: 0; }
body					{ color: #333333; background-color: #00030e; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; background-image:url(../images/bracMountains.png); background-repeat:repeat-x; background-position:top left; }
input					{ font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333333; }
img						{ border: 0; }
a						{ font-weight: bold; font-size: 11px; color: #336699; }
a:link					{ color: #fff; }
a:visited				{ color: #fff; }
a:hover					{ color: #fff; text-decoration: none; }
a:active				{ color: #fff; }
ul						{ margin-left: 20px }
h1						{ font-size: 30px; color: #96947A; font-weight: normal; line-height: 34px; }
h3						{ font-size: 12px; color: #333333; font-weight: bold; }
p						{ font-size: 12px; text-align:justify;}

/* DIVs */

#main { width: 800px; margin-right:auto; margin-left:auto; text-align:left; }
#logo { width: 325px; height:200px; background-image:url(../images/bracLogo.png); background-repeat:no-repeat; }
#menu { float: right; padding-top:10px; color:#333333; width: 465px; }
#margin { margin: 10px 10px 10px 10px; color:#eeeeee;}
#slideshow { float: right; margin: 50px 10px 0px 0px; width: 400px; height: 400px; } 

#footer { width: 800px;  clear:both; padding-top: 5px; padding-bottom: 20px; margin-right:auto; margin-left:auto; text-align:center; color:#eeeeee; border-top:1px solid #eeeeee; }
#footer p { text-align: center; }


.pic_right { float: right; margin-left: 10px; margin-bottom: 5px; }

.pic_left { float: left; margin-right: 10px; margin-bottom: 5px; }

* html #logo { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bracLogo.png", sizingMethod="crop"); height: 200px; width: 325px; } 

#testimonial { border: 1px solid #eeeeee; padding: 5px; width: 100%; color: #EEEEEE; }