/* common.css - http://www.thinkpretty.com/ style sheet */


html { 
	text-align: center; /* IE5 hack */ 
	}

#container {width: 920px;}

body { 
	text-align: left; /* IE5 hack */
	margin: 0 auto;	
	background-color: #DFF2F0;
}

div, td, p, li {
	text-align: justify;
	font-style: normal; 
	font-weight: normal;
	font-size: 12px;
	font-family: 'Courier New', Courier, Georgia, serif; 
	line-height: 15px;
	color: #333;
	}
h1 {
	text-transform: lowercase;
	}

#container {
	margin-top: 30px;
	}

#sidebar {
	width: 170px;
	vertical-align: top;
	float: left;
	margin-top: -50px;
	}

#content {
	width: 675px;
	vertical-align: top;
	background-color: #fff;
	padding: 20px 30px 10px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #fff;
	}

.heading {
	font-weight: 900; 
	background-color: #a7d6d5; 
	padding: 2px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
	color:#639F9C;
	font-family: Courier, 'Courier New'; 
	background-color: #DFF2F0;
	}

#copyright {
	text-align: right;
	color: #A1CECC;
	margin-top: 30px;
	}
#andcopy {
	
	}

#logo img {
	width: 115px;
	height: 70px;
	}

#logo {
	background-image: url(../graphics/logo-thinkpretty-2.gif);
	background-repeat: no-repeat;
	}

#logo a:hover img {
	background-image: url(../graphics/logo-thinkpretty.gif);
	background-repeat: no-repeat;
	}

#logo a:hover {background-color: #fff;}

#navigation-main {

	}

#navigation-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navigation-main ul, #navigation-main ul li {
	text-align: right;
	font-style: normal; 
	font-weight: normal;
	font-size: 12px;
	font-family: 'Courier New', Courier, Georgia, serif; 
	color: #333;
	line-height: 18px;
	}

#navigation-main ul li.nav-main-heading {
	font-weight: 700;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	}


#navigation-main ul li a:link {color:#7BB7B7; text-decoration: none; padding: 2px 0px;}
#navigation-main ul li a:visited {color:#7BB7B7; text-decoration: none; padding: 2px 0px;}
#navigation-main ul li a:hover, #navigation-main ul li a:active {color:#fff; text-decoration: none; background-color: #A1CECC; padding: 2px 0px;}




a:link {color:#006d68; text-decoration: none;}
a:visited {color:#7BB7B7; text-decoration: none;}
a:hover, a:active {color:#7BB7B7; text-decoration: none;}


.clear {clear: all;}

