/*////////// General Layout //////////*/

body
{
	text-align: center;
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 75%;
	background-color: #fff;
	line-height: 18px;
}

#container
{
    width: 740px;
    text-align: left; margin: 0 auto;
}

#logo
{
    margin: 10px 0px 20px 115px;
}

#icons
{
    margin-bottom: 40px;
}

#navCol
{
    float: left;
    width: 130px;
}

#contentCol
{
    float: left;
    width: 590px;
}

#contentColHome
{
    float: left;
    width: 340px;
    margin-right: 15px !important; margin-right: 0px;
}

#rightColHome
{
    float: left;
    width: 250px;
    padding: 0px;
}

#footer
{
    width: 100%;
    color: #fff;
    text-align: right;
    padding: 7px 15px 7px 15px;
    background-color: #95BFD5;
}

/*////////// Navigation //////////*/

#navCol ul
{
    display: inline;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#navCol ul li
{
    margin-bottom: 7px;
}

/*////////// Text, Images Etc. //////////*/

.sidelogo
{
    float: left;
    margin: 20px 0px 0px 10px;
}

.sponsorlogo
{
    float: left;
    margin: 0px 10px 10px 0px;
}

.sponsorsTitle
{
    font-size: 115%;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.downloadicon
{
    margin: 1px 0px 0px 20px;
}

/*////////// Link Styles //////////*/

a
{
    color: #333;
}

a:hover
{
    text-decoration: none;
}

#footer a
{
    color: #fff;
}

#footer a:hover
{
    text-decoration: none;
}

a.pdf
{
    color: #666;
    font-style: italic;
}

a.pdf:hover
{
    text-decoration: none;
}

/*////////// Profile Pop-Up Styles //////////*/

#popUpPaneTop, #popUpPaneBottom
{
    background-image: url(/carsnotcarbon/images/profiletop.gif);
    background-repeat: no-repeat;
    height: 45px;
}

#popUpPaneBottom
{
    background-image: url(/carsnotcarbon/images/profilebottom.gif);
}

#popUpContent
{   
    width: 320px !important; width: 400px;
    font-size: 90%;
    padding: 1px 40px 1px 40px;
    text-align: left;
    background-image: url(/carsnotcarbon/images/profilebg.gif);
    background-repeat: repeat-y;
}

#popUpContent h1
{
    font-size: 120%;
}

.judgesCol
{
    float: left;
    width: 270px;
    margin: 0px 20px 10px 0px;
}

.judge
{
    float: left;
    margin-bottom: 13px;
}

.judgePic, .showcasePic
{
    float: left;
    border: 1px black solid;
    margin-right: 5px;
}

.showcasePic
{
    margin-right: 20px;
}

.profilePic
{
    border: 1px black solid;
    margin: 0px 10px 7px 7px;
}

/*////////// Image Gallery Styles //////////*/

#imageGallery .imgHolder{
	float:left;
	width:auto;
	margin:0 5px 8px 0;
	font-weight:bold;
	text-align:center;
}
#imageGallery .imgHolder{
	margin-top: 6px;
}
#imageGallery .imgRow{
	float:left;
	width:600px;
	margin-top:10px;
}
#imageGallery .imgHolder a img,
#imageGallery .imgHolder a:hover img {padding:1px;border-width:1px;}

