* {
margin: 0;
padding: 0;
}

body {
background-color:#555555;
margin: 0;
}

img
{
	border:0px;
}

#wrapper {
width:1024px;
margin: 0 auto;
padding:0px;
background-color:#E6E6E6;
border:2px solid #000000;
}

#header {
background-color:#FFFFFF;
width:1024px;
height:160px;
border-bottom:solid 2px #000000;
}

#logo {
float:left;
width:660px;
margin:15px 10px 0px 15px;
}

#pencils
{
float:right;
width:167px;
height:110px;
margin: 10px 10px 0px 0px;
}

#left-navigation {
background-color:#FFFFFF;
width:249px;
margin:0;
float:left;
border-right:solid 2px #000000;
}

#left-navigation ul {
list-style-type:none;
text-align:left;
}

.divider {
border-bottom:solid 1px #000000;
margin:10px 0 0 0;
}

#body-text { 
float:right;
background-color:#E6E6E6;
width:770px;
}

#text-wrap {
margin: 0px 15px 15px 15px;
}

#text-wrap p {
margin:10px 0;
}

#top-navigation {
float:right;
}

#top-navigation ul {
padding:10px 30px 0 0;
list-style-type:none;
}

#top-navigation li {
display:inline;
margin:0 5px;
font-family:Arial;
font-size:12px;
font-weight:bold;
}

#top-navigation a {
text-decoration:none;
color:#000000;
}

#top-navigation a:hover {
color:#FF0000;
}

#left_column
{
	float:left;
	width:475px;
}

#right_column
{
	float:right;
	width:250px;
}

.module
{
	margin:15px 0px 15px 0px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
}


	.module_title
	{
		padding:5px 0px 5px 0px;
		background-color: #FFE6E7;
		border:1px solid #FFDFE0;
		margin-bottom:5px;
		font-size:11px;
		text-indent:5px;
		font-weight:bold;
	}

	.module_content a
	{
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}
	
	.module_content a:hover
	{
		text-decoration:underline;
	}
	
	.module_content ul
	{
		list-style:none;
	}
	
	.module_content li
	{
		padding:5px 0px 5px 0px;
		margin:0px 15px 0px 15px;
		text-indent:5px;
		border-bottom:1px dotted #000000;
	}
	
	.module_content li:hover
	{
		background-color:#FFAEB0;
		color:#000;
	}
	
	.module_content li:hover a
	{
		color:#000;
	}
		
	
	.article_img
	{
		float:left;
		height:80px;
		margin:0px 5px 10px 5px;
		width:80px;
		border-bottom:1px dotted #FFFFFF;
	}

#footer {
width:1024px;
height:50px;
background-color:#460002;
border-top:solid 2px #000000;
}

#footer ul {
padding:15px 0 0 0;
text-align:center;
}

#footer li {
display:inline;
color:#FFFFFF;
margin:0px 10px;
}

#footer a {
text-decoration:none;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
}

#footer a:hover {
color:#FF0000;
}

.alan-chartock-picture {
float:left;
margin: 5px 10px 0px 20px;
}

#colored-pencils {
float:left;
margin:40px 50px 0 0;
}

#featured-section {
margin:60px 0 0 0;
}

#featured-section li {
list-style-type:none;
}