/* GENERAL FORMATTING */
body 				{
					margin-top:0;
					margin-left:0;
					margin-bottom:0;
					font-size: 13px;
					font-family: "trebuchet ms", helvetica, sans-serif;
					color:#C8C8C8;
					background:url(images/background.jpg) fixed;
					background-color:#000000;
					text-align:center;
					line-height:1.4em}
			


/* FORMATTING OF MAIN CONTENTS */

#wrap				{width: 950px;
					margin: 0 auto;
					margin-top: 0px;	
					text-align: left;
					border:none;
					padding:0;
					}


#top_bar			{width:950px;
					height:90px;
					text-align:left;
					margin: 0 auto;
					border:none;
					background: url('images/top_bar.jpg') no-repeat;
					text-align:left;
					}
					
#main_area_full		{width:950px;
					text-align:left;
					margin: 0 auto;
					border:none;
					clear:both;
					float:left;
					background: url('images/main_area_bg.gif') repeat-y;
					background-color:#0A0A0A;
					overflow:visible;
					}			


#main_area_full a {text-decoration:none;
					color:#80a0c3;
					font-weight:bold}

#main_area_full a:hover {text-decoration:underline}		

#left_column		{width:230px;
					min-height:350px;
					text-align:left;
					margin: 0 auto;
					font-family: verdana, "trebuchet ms", helvetica, sans-serif;
					float:left;
					border:none;
					overflow:visible;
					clear:both;
					Xbackground: url('images/bg_left_col.jpg') no-repeat;
					}				


#left_column a 		{text-decoration:none;
					color:#bbbbbb;
					font-weight:normal}

#left_column a:hover {text-decoration:none;
						}	


.spaced				{margin-top:8px;}
					
#right_column		{width:670px;
					text-align:left;
					margin: 0 auto;
					float:right;
					overflow:visible;
					}
		

#footer				{width:950px;
					text-align:center;
					height:30px;
					color:#FFFFFF;
					font-size:15px;
					padding-top:10px;
					font-family: "trebuchet ms", helvetica, sans-serif;
					background-color:#4a4949;
					clear:both;}
					
#forms				{background-color:#202020;
					color:#999999;
					border-top:thin #666666 ridge;
					border-bottom:thin #666666 ridge;
					border-right:thin #666666 ridge;
					border-left:thin #666666 ridge;
					}

#photos				{height:90px;
					width:600px;
					max-width:500px;
					overflow-x:scroll;
					overflow-y:hidden;
					white-space:nowrap}

textarea	  		{
					width:400px;
					height:100px;
					padding:2px;
					font: normal 1em arial, sans-serif;
					border:1px solid #999999;
					color:#000000;
					}

/* main photo in photo page */
					
#bigpicture			{height:400px;
					width:500px;
					overflow-x:hidden;
					overflow-y:hidden;}
						
/* IMAGES */

img					{border: none}
					
img.bordered		{border-bottom: #958767 double;
					border-top: #958767 double;
					border-left: #958767 double;
					border-right: #958767 double}
												

/* padded can be used for images or other */

.padded				{padding:3px;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					border-top-style:ridge;
					border-right-style: ridge;
					border-bottom-style: ridge;
					border-left-style: ridge;					
					border-top-color:#666666;
					border-right-color:#666666;
					border-bottom-color:#666666;
					border-left-color: #666666;
					background-color:#FFFFFF;}
					
/*GENERAL FONT STYLES */

ul.arrowed			{list-style-image: url(images/brown_arrow.gif);
					line-height: 1.5em;}

					
h1					{font-family : "trebuchet ms", helvetica, sans-serif;  
					color:#c34c2e;
					text-decoration: none;
					font-size:1.5em;
					font-weight:bold;
					margin-bottom:15px;
					}

h2					{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#666666;
					text-decoration: none;
					font-size:1.5em;
					margin-bottom:10px;}


h3					{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#2B5EAA;
					text-decoration: none;
					font-size:1.2em;
					margin-bottom:5px;}										
p					{margin-left:10px;}


/* anything can be bordered */

.bordered			{padding:0px;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					border-top-style:ridge;
					border-right-style: ridge;
					border-bottom-style: ridge;
					border-left-style: ridge;					
					border-top-color:#666666;
					border-right-color:#666666;
					border-bottom-color:#666666;
					border-left-color: #666666;}


/* miscellaneous fonts to use throughout the site */
																	
.font1				{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#ffffff;
					text-decoration: none;
					font-size:12px;
					font-weight:normal}
					
.font1:link			{color:#FFFF99;
					font-weight:bold}

.font1:hover		{color:#FFFF33}					

.font2				{color:#FF9933;
					text-decoration: none;
					font-size:1.4em;
					font-weight:bold}

.font3				{font-family : "trebuchet ms", helvetica, sans-serif;
					color:#ffffff;
					text-decoration: none;
					font-size:12px;
					font-weight:normal}

.font3:link			{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#ffffff;
					text-decoration: none;
					font-size:12px;
					font-weight:bold}
					
.font3:hover		{color:#ffff00}					

.font3:focus		{color:#ffff00}		

.quotation			{font-family:Arial, Helvetica, sans-serif;
					font-style:italic;
					margin-top:20px;
					font-size:13px;
					line-height:1.2em}	
					
.left				{width:170px;
					float:left;
					padding-left:10px;}
					
.right				{width:400px;
					float:left}	
					
.style1				{color:#ff0000;}														