/*----------------------------------------------------------------------------
	Global Style Sheet

	version:	1.0
	author:		Geoff Towle
	email:		geoff@incubox.com
	website:	www.incubox.com
	copyright:	Feel free to learn from and copy this code, but you may not
				copy the design (the unique combination of images, colors, 
				sizes, typography, and positioning) as it is copyrighted by
			 	Incubox and AffinityUSA and may not be reproduced.
------------------------------------------------------------------------------*/


/*  Global
----------------------------------*/
body { background:#013e7f url(/images/bg.jpg) 0 0; min-width:800px; margin:0; }

#cct { width:715px; background:#013e7f; font:76%/160% Verdana, Arial, Helvetica, sans-serif; margin-top:10px; }
#cct h1, #cct h2, #cct p, #cct ul, #cct ol { margin:0 0 10px 0; padding:0; }
#cct h2 { color:#002664; }
#cct h2 span.title { font-size:70%; line-height:140%;  }
#cct ul, #cct li { list-style-type:none; }
#cct img { padding:1px; border:1px solid #013e7f; }

#cct td { vertical-align:top; }

#cct #content { background:#FFFFFF; padding:15px; color:#013e7f; padding-bottom:20px; }
#cct #content td { padding:5px; }
#cct #content td#right { padding-left:20px; }
#cct #footer { text-align:center; color:#FFF; font-size:80%; }

#cct table#photos td { text-align:center; padding:10px 0; }
#cct table#photos img { margin-left:5px; }

/*  Main Navigation
----------------------------------*/
#cct #main_nav { text-align:center; background:#013e7f; font-size:110%; }
#cct #main_nav ul { margin:0; }
#cct #main_nav li { display:inline; }
#cct #main_nav li a { padding:8px 15px; background:#013e7f; text-decoration:none; color:#FFFFFF; }
#cct #main_nav li a:hover { background:#d31145; }