/*...GENERAL...*/
body
	{background-color: #ffffff;
	font-family: georgia, times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        width: 950px;}

a:link
	{text-decoration: none;
	color: #33A1C9;}

a img
	{border: 0;}

a:hover
	{color: #4EEE94;
	text-decoration: overline;}
	
a:visited
	{color: #33A1C9;}

.youarehere
	{color: #4EEE94;}

em
	{font-weight: bold;
	font-style: none;}


/*...MAIN HOMEPAGE...*/

#main p
	{text-align: left;}
        
#main ul li
        {font-size: 1.2em;
        line-height: 1.4em;}

#main p.title
	{text-transform: none;
	font-weight: normal;
	font-size: 4em;}
        
#main p.title a
        {text-decoration: overline;
        color: #666666;}

#main p.about
	{font-family: Gotham, Helvetica, sans-serif;
        width: 750px;
	line-height: 1.45em;
        padding-left: 25px;
        font-size: 1.2em;}
        
#main p.about a
        {font-weight: bold;}

p.subtitle
	{font-size: 2em;
	line-height: .2em;
	padding-top: 1em;}
	
#main ul li a:link
	{text-decoration: none;
	color: #33A1C9;}

/*...LINKS HOMEPAGE...*/

#links p
	{text-align: center;
	padding: 150px 0 0 0;
	border-bottom: 4px double #FFCC11;}

#links p.title
	{font-size: ;}





/*...MISCELLANY...*/

#main .imagesonly
	{list-style-type: none;
	text-align: center;}
