/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body,
html {
margin:0;
padding:0;
color:#000;
background:#F4EDD6;
font: 13px Verdana, Arial, sans-serif; line-height: 18px;
}


		h1				{ color: #BA2C10; font: 16px Verdana, Arial, sans-serif; line-height: 18px; font-weight: bold;}
		h2				{ color: #BA2C10; font: 15px Verdana, Arial, sans-serif; line-height: 18px; font-weight: bold;}
		h3				{ color: #BA2C10; font: 14px Verdana, Arial, sans-serif; line-height: 18px; font-weight: bold;}


#wrap {
width:800px;
margin:0 auto;
background:#F4EDD6;
}

/* coloring the various div sections */

#header {
background:#F4EDD6;
}
#main {
background:#F4EDD6;
}
#sidebar {
background:#F4EDD6;
}


/* positioning the two div sections */
#main {
float:left;
width:500px;
background:#9c9;
}
#sidebar {
float:right;
width:300px;
background:#c9c;
}


/* Adjust margins and paddings, and make IE 6 cooperate */

#header {
padding:0px 0px;
background:#F4EDD6;
}
h1 {
margin:0;
}
#main {
float:left;
width:480px;
padding:10px;
background:#F4EDD6;
}
h2 {
margin:0 0 1em;
}
#sidebar {
float:right;
width:270px;
padding:10px;
background:#F4EDD6;
}


/*Unvisited links*/
a:link{
   color:#FD2D11;
   text-decoration:none;
}

/*Visited links*/
a:visited{
   color:#7BA5CD;
   text-decoration:none;
}

/*Mouse pointer hovering over link*/
a:hover{
   color:black;
   background-color:#FFFFC0;
   text-decoration:none;
}

/*Mouse pointer on link and mouse button down*/
a:active{
   background-color:silver;
   text-decoration:none;
}