/* CSS Document */

/*------------------------00. Common Elements------------------------*/

html, *					{margin:0; padding:0;}
body					{background:url(/images/hair_bkg.jpg) repeat-y #EEEEEE; color:#666666; font-family:Tahoma, Verdana, Arial, sans-serif; font-size:62.5%;}

h1						{color:#859473; font-size:1.2em;}
h2						{}

img						{border:0;}

#main					{background:url(/images/hair_bkg_girl.jpg) no-repeat; font-size:1.1em; width:770px;}

.clearfix				{clear:both; height:0; line-height:0;}


/*------------------------01. Header Elements------------------------*/

#header					{position:absolute; top:0; width:770px;}
#logo					{display:block; margin:40px 0 0 175px;}


/*------------------------02. Content Elements------------------------*/

#content				{padding:175px 0 30px 0;}
#text_contain			{float:right; padding:0 75px; width:400px;}

#text_contain p			{line-height:18px; padding:15px 0 0 0;}


/*------------------------03. Navigation Elements------------------------*/

#left_col				{float:left; padding:170px 0 0 0; width:220px;}
#left_col ul			{list-style:none;}
#left_col li			{}
#left_col a				{background:#C2C9B9; border:1px solid #D7E0CB; display:block; font-weight:bold; margin:2px 0; padding:4px 10px 4px 0; text-align:right; text-decoration:none;}
#left_col a:hover		{background:#D7E0CB;}


/*------------------------100. Link Elements------------------------*/

a						{color:#859473;}
a:hover					{color:#5B6A4A;}

