/*
  
 * Filename		 		global.css
 * Description			Global Stylesheet
 * Version				1.0 (03/31/09)
 * Website				advancedpodiatryhr.net
 * Author				Erin Shine - Icon Computer Services, iconcomputerservices.com

 */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#132082;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:30px;
	padding-right:30px;
	background-color:#117abb;
}


#wrapper {
	width:960px;
	margin:0 auto;
}

a:link {color:#6ba9e5;}
a:visited {color:#6ba9e5;}
a:hover, a:focus {color:#92cdfd;}



/*--LEFT COLUMN GLOBAL--*/
#left_col {
	float:left;
	width:320px;
	}

#logo {
	padding:10px 0 0 0;
}


/*--RIGHT COLUMN GLOBAL--*/
#right_col {
	float:right;
	width:640px;

}


#container {
	width:640px;
	margin-top:-4px;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
}

#content {
	width:600px;
	margin:0 auto;
	padding:10px;
	color:#3b3b3c;
	font-size:1em;
}

#footer {
	width:640px;
	margin:0 auto;
	padding:4px 0;
	color:#d2d2d2;
	font-size:0.8em;
}

#footer a:link {color:#6ba9e5; text-decoration:none;}
#footer a:visited {color:#6ba9e5; text-decoration:none;}
#footer a:hover, #footer a:focus {color:#92cdfd; text-decoration:none;}


#copy {
	text-align:left;
	float:left;
	margin-left:20px;
}

#credit {
	text-align:right;
	float:right;
	margin-right:20px;
}

.footnote {font-size:0.8em;margin:12px 60px 12px 60px;}
