/* ------------------------------------------------------------

				TITLE: EVERYDAY MEDICINE WOMAN
				AUTHOR: ILYA LOBANOV
				WEB: IAMABSOLUT.COM
	
------------------------------------------------------------ */


/* ------------------------------------------------------------
	Main definition of the page's body and related elements.
------------------------------------------------------------ */

		#main {  
			background-color: #F0ECE3;
			margin: 20px 0 20px 0;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 10pt;
		}
		
		#main div.hr {
			width: 100%;
			height: 1px;
			background: #fff url(images/line.gif) repeat-x scroll center;
		}

/* ------------------------------------------------------------
		Definitions for inner elements of three boxes.
------------------------------------------------------------ */

		#box { 
			background: #fff url(images/boxbg.jpg) repeat-y scroll center;
		}
		
		#box p { 
			padding: 10px 30px 0px 14px;
			line-height: 18px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 8pt;
			font-weight:normal;
			color:#4BB7B9;
		}
		

/* ------------------------------------------------------------
		Main content definitions.
------------------------------------------------------------ */

		#content { 
			background: #fff;
			margin: 0px;
			padding: 0px;
		}
		
		#content p { 
			padding: 0px 30px 0px 0px;
			line-height: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 9pt;
			font-weight:normal;
			color:#5f6e6e;
		}

		#content span { 
			padding: 10px 30px 0px 0px;
			line-height: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10pt;
			font-weight: bold;
			color:#F65D23;
		}

		#content a  {
			color: #81CCC7;		
			text-decoration: underline;
		}

		#content a:hover {
			color: #F65D23;	
			text-decoration: underline;
		}		


/* ------------------------------------------------------------
		Footer including copyright and links.
------------------------------------------------------------ */

		#footer {		
			vertical-align:middle;
			line-height:18px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 8pt;
			font-weight:normal;
			color:#DAD7D2;
		
		}
		
		#footer font  {
			color: #575757;
			text-decoration: none;
		}
		
		#footer a  {
			color: #DAD7D2;	
			text-decoration: none;
		}

		#footer a:hover {
			text-decoration: underline;
		}
