* {
	margin: 0;
	padding: 0;
}
h2 {color:#fff;
font-weight:bold;}

body {
background: #fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 0;
padding: 0;
line-height: 16px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #334188;
	background-attachment: scroll;
	background-image: url(images/quoteicon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:10px 30px 10px 50px;
	margin-left:10px;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
	height: 140px;
	background-color: #fff;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 22px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}
#top {
background: #fff url(internal-images/top.jpg) no-repeat;
padding: 10px 0;
}

#content {
background: #fff url(internal-images/middle.jpg) repeat-y;
padding: 0px 35px 20px 20px;
}

#content p {
padding:10px 0px 0px 10px;
}
#content h2 {margin:10px 0px 10px 0px;}
#content img {padding:10px;}

#bottom {
background: #fff url(internal-images/bottom.jpg) no-repeat;
padding: 10px 0;
}

.left {
float: right;
width: 540px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 16px;
font-weight: 100;
height: 30px;
line-height: 30px;
background: #000;
padding-left: 10px;
}
.left h2 a {
text-decoration: none;
color: #fff;
}
.left h2 a:hover {
color: #eee;
}
.articles {
padding: 10px;
}

.right {
float: left;
width: 200px;
padding-top: 10px;
}
.right h2 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #000;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}
.right ul li a:hover {
color: #111;
}

#footer {
font-size: 11px;
padding: 10px 0;
}
.makemesmall {
	font-size: 10px;

}
