

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #4d3a3a;
	background: #fff;
}

a:link, a:visited { color: #666666; text-decoration: underline; } 
a:active, a:hover { color: #c04f7b; text-decoration: none;}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	color:#c04f7b;
}

h2 {
	margin: 0px 0px 8px 0px;
	font-size: 12px;
	color: #c04f7b;
}

p {
	margin: 10px 0px;
	color: #5b5847;
	text-align: justify;
}

img {  
	border:1px solid #ccc;
	margin-top:1px;
	margin-right:10px;
	padding:2px;
}

#a_container_wrapper1 {
	background: url(images/a_main_top_bg.jpg) top center no-repeat;
}

#a_container_wrapper2 {
	background: url(images/a_main_bottom_bg.jpg) bottom center no-repeat;
}

#a_container {
	margin: 0px auto;
	width: 800px;
}


/* ----- Header ----- */

#a_header {
	clear: both;
	width: 800px;
	height: 300px;
}


/* ----- End of Header ----- */

/* ------------- Menu ------------------ */
#a_menu {
	clear: both;
	margin: 0 px;
	padding: 0px;
	width: 700px;
}

#a_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#a_menu ul li {
	display: inline;	
}

#a_menu ul li a {
	padding: 0px 0px;
	margin: 0px 0px 0px 20px;
	font: 14px arial;
	font-weight: bold;
	color:#dd98bb;
	text-decoration: none;
}

#a_menu ul li a:hover, #a_menu ul li .current {
	border-bottom: 1px solid #dd98bb;
}

/* ---------- End of Menu ------------- */

/* ----------------- Content ----------------------- */

#a_content {
	float: left;
	margin: 5px 0px 40px 0px;
	padding: 0px;
	width: 800px;

}

#a_left_column {
	float: left;
	margin: 40px 40px 0px 40px;
	width: 700px;
}

#a_right_column {
	float: right;
	margin: 40px 20px 0px 0px;
	width: 200px;
}

/* ----------------- End of Content ------------------- */

/* ------------- Section ------------------ */
.a_section {
	margin: 0px 0px 30px 0px;	
	color: #3e3939;
}


.a_section ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

.a_section ul li {
	display: block;
}

.a_section ul li a {
	padding: 0px;
	margin: 0px;
	color: #3e3939;
	text-decoration: none;
}

.a_section ul li a:hover {
	color: #c04f7b;
}

/* ---------- End of Section ------------ */

/* ----- Post ------ */
.a_postbody {
	padding: 0px 0px 5px 0px;
	margin-bottom: 30px;
}

.publish_info {
	clear: both;
	margin: 0px;
	padding: 0px;
	color:#4d3a3a;
	text-transform: uppercase;
}

.highlight {
	color:#b41f6b;
	margin: 10px 0px;
}

/* ----- End of Post ------ */

/*Form*/


form {  /* set width in form, not fieldset */
  margin: 0px 0px 0px 45px;
  padding: 0;
  min-width: 425px;
  max-width: 525px;
  width: 600px; 
}

form fieldset {  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #d4d4d4;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 75%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/* ----- End of Form ----- */

/* ----- Footer ----- */

#a_footer {
	clear: both;
	padding: 20px 0px 0px 30px;
	width: 770px;
	height: 86px;
	text-align: center;
	color: #c04f7b;
	text-align: left;
}
#a_footer a {
	color: #c04f7b;
	text-decoration: underline;
}
#a_footer a:hover {
	color: #DD98BB;
}
/* ----- End of Footer ----- */










/*
Special Thanks to http://www.templatemo.com/ for certain sections of free CSS
*/