/* Whitespace CSS Document */

body
{
margin				: 0px;
padding				: 0px;
font-family			: arial, sans-serif;
font-size 			: 100%;
color				: #FFFFFF;
}

#hold
{
background-image	:  url(img_common/bg.gif); 
background-repeat	: no-repeat;
width				: 740px;/* +60 for padd * was 820*/
margin				: 0px auto;
padding				: 0px 40px 0px 40px;
/*border				: 1px solid #FF0000;*/
}

#leftside
{
position			: relative;
float				: left;
width				: 430px;
margin				: 30px 0px 0px 10px;
display				: inline;
}

#rightside
{
position			: relative;
float				: left;
width				: 290px;/*300 in padd*/
margin				: 65px 0px 0px 0px;
padding				: 70px 0px 0px 10px;
/*background-color	: #FF0000;*/
display				: inline;
}

#topnav
{
position			: relative;
float				: left;
width				: 440px;
margin				: 20px 0px 0px 0px;
}

#topnav img
{
float				: left;
display				: block;
}

#intro
{
position			: relative;
float				: left;
width				: 760px;
height				: 400px;
margin-bottom		: 24px;
}

div.copy
{
position			: relative;
float				: left;
width				: 430px;
margin				: 0px 0px 0px 0px;
padding				: 30px 0px 0px 0px;
}

h1
{
font-size			: 120%;
font-weight			: bold;
line-height			: 20px;
margin				: 0px 0px 20px 0px;
}

h2
{
font-size			: 70%;
font-weight			: bold;
line-height			: 15px;
margin				: 0px 0px 15px 0px;
}

p
{
font-size			: 70%;
font-weight			: normal;
line-height			: 15px;
margin				: 0px 0px 15px 0px;
}

p.gig
{
width				: 400px;
font-size			: 70%;
font-weight			: normal;
line-height			: 15px;
margin				: 0px 0px 3px 0px;
padding				: 2px;
background-color	: #111111;
border-bottom		: 1px solid #999999;
}


#footer
{
background-image	:  url(img_common/bottom.gif); 
background-repeat	: no-repeat;
width				: 740px;/* +60 for padd * was 820*/
margin				: 0px auto;
padding				: 0px 40px 0px 40px;
height				: 40px;
}

#footer p.copy
{
float				: left;
font-size			: 70%;
color				: #FFFFFF;
font-weight			: bold;
}

#footer p.link
{
float				: right;
font-size			: 70%;
color				: #FFFFFF;
font-weight			: bold;
padding				: 0px 20px 0px 0px;
}

#footer a:link {color : #FFFFFF; text-decoration : underline;}
#footer a:visited {color : #FFFFFF; text-decoration : none;}
#footer a:hover {color : #FFFFFF; text-decoration : underline;}

a:link {color : #FFFFFF; text-decoration : underline;}
a:visited {color : #FFFFFF; text-decoration : none;}
a:hover {color : #FFFFFF; text-decoration : underline;}



.clear/*this div make the parent DIV strench to the height of the child - fix for firefox. but the div is 1px high in IE*/
{
clear				: both;
font-size			: 0em;
width				: 0px;
height				: 0px;
line-height			: 0px;
overflow			: hidden;
}
