/*External Style Sheet*/

body 
	{
	background-color:#606060;/*black background*/
	color:#484848;/*text is white*/
	background-image:url("images/bg.gif");
	background-repeat:repeat-x;
	background-attachment:scroll;/*doesn't scroll(scrolling is scroll)*/
	font-size:12px;
	font-family:Arial,sans-serif;	
	}
div.main
	{
	text-align:center;
	margin:0 auto;
	padding:0;
	width:764px
	}
table.main2
	{
	border-collapse: collapse; 
	padding:0;
	margin:0;
	width:100%;
	border:none;
	}	

h1
	{
	display:inline;
	color:#0297D6;
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	}
h2
	{
	display:inline;
	color:#0297D6;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	}	
h3
	{
	display:inline;
	color:white;
	font-family:Arial;
	font-weight:bold;
	font-size:24px;
	}	
	
p
	{
	margin-top:2px;
	margin-bottom:6px;
	}
p.white
	{
	padding-left:4px;
	color:white;
	text-align:left;
	}
div.copy
	{
	font-family:Arial,sans-serif;
	font-size:10px;
	margin-top:8px;
	}
	
strong	{
	font-weight:600;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}

div.addy
	{
	font-size:10pt;
	color:#000066;
	font-family:Arial;
	font-weight:bold;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}

img
	{
	border-style:none;
	}
em
	{
	font-weight:normal;
	font-weight: italic;
	}
hr
	{
	color#336633;
	width:80%;
	}

a:alink
	{
	text-decoration: underline;
	color:#0373A2;
	}

a:vlink
	{
	text-decoration: underline;
	color:#0373A2;
	}
a
	{
	text-decoration: underline;
	color:#0373A2;
	}
a:hover
	{
	color:#484848;
	text-decoration: underline;
	}
	
#projects
	{
	}
	#projects div
		{
		float:left;
		padding:20px;
		}