/* *** Lets get the show started *** */
* { margin: 0; padding: 0; }
html { margin-bottom:1px; /* FF scrollbar bump */ }
html, body { height: 100%; }
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	color: #434343; }

/* *** HEADINGS *** */
h1, h2, h3 { margin: 9px 0; padding: 0; }
h1 { font-size: 18px; color: #D13D94;}
h2 { font-size: 14px; color: #353535; margin: 36px 0 10px 0; border-bottom: 1px #353535 solid;  }
h3 { font-size: 13px; color: #353535; }

/* 	*** START Structure ***	*/

/* 	*** WRAPPER ***	*/
#wrapper { 
	width: 780px; 
	margin: 0 auto;  
	text-align: justify;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFFFFF url(../images/resume_bg.gif) top repeat-y; 
}

/* *** STRUCTURE *** */
#container_header  { width: 740px; margin: auto; text-align: left; }
#container_content { width: 740px; margin: auto; text-align: left; }
#container_footer  { width: 740px; margin: auto; }

/* *** COLUMN STRUCTURES *** */
.left_2col  { width: 44.999%; float: left; }
.right_2col { width: 54.999%; float: left; }

/* 	*** END Structure ***	*/

/* *** PSEUDO *** */
a, a:link, a:visited, a:hover, a:active { text-decoration: none; color: #0086C6; text-decoration: underline; }

/* *** COMMON *** */
p               { margin: 0; padding: 0 0 10px 0;}
img             { border: none; }
ul              { margin: 0; padding: 0; list-style: none;}
li              { margin: 18px 0 0 0; padding: 0 0 0 18px; background: url(../images/arrow.gif) top left no-repeat; line-height: 18px; }

.blue           { color: #75ADC8;}
.orange         { color: #F5851F; font-weight: bold; }

.clr            { clear: both; }

.content      	{ padding: 18px; line-height: 18px; }

.float_left     { float:left; }
.float_right    { float:right; }

.txt_left     	{ text-align:left; }
.txt_right      { text-align:right; }
.txt_center     { text-align:center; }