
/* my first style sheet */

body {background: #000000; } 

div#main {width:780px ; 
			margin-left:auto;
			margin-right:auto;
			margin-top:0;
			}

div#center {width:778px;
			
				}
				
div#left {width:470px;
			
			float:left;
			

			}
			
div#right	{width:300px;
				float:right;

				}

div#gallery {width:780px;
				height:350;
				}

div#footer {float:left;
			margin-top:40px;
			width:800px;
			}
				
				

a:link img, a:visited img { border: 0px; }

h1, h2, h3, h4, h5, h6 {size: 32pt; color: #FF6600; align: none;    font-family: Geneva, Verdana; font-weight: 500; }

p#center {text-align:center;}

p {size: 14pt;
	font-weight: 500;

	 color: #FFFFFF;
	
	   font-family: Geneva, Ariel, sans-serif; 
	   }

p.lighter { font-weight: 400; color: #FF6600}

a:link, a:visited, a:active {text-decoration: none; font-weight: 400; color: #FFFFFF; font-family:Geneva, Ariel, sans-serif;}

p.footer { text-decoration: none; font-weight: 400; color: #000000; font-family:Geneva, Ariel, sans-serif;}

img#me	{float:left;
			padding-right:5px;}

h1.center { text-align:center; }
