* {
	padding: 0;
	margin: 0;
}

html {background: #888 url('/images/bg.gif') repeat-x; font-family: Verdana;}

p {
	font-family: MS Sans Serif4, Geneva, sans-serif;
	font-size: 13px;
	color: #222;
	padding: 0 0 14px 0;
}

h2 {
	font: bold 18px Arial;
	color: #d30000;
	padding-bottom: 6px;
}

h3 {
	font: bold 16px Arial;
	color: #d30000;
	padding-bottom: 6px;
}

h4 {
	font: bold 14px Arial;
	color: #d30000;
	padding-bottom: 6px;
}

input.txt {background: #eee; color: #333; border: 1px solid #999;}
textarea.txt {background: #eee; color: #333; border: 1px solid #999; width: 300px;}
input.btn {border: none; background: #D03F3F; color: #fff; padding: 2px 3px; margin: 2px 2px 0 0;}

#main a:link, #main a:visited, #main a:active {color: #000;}
#main a:hover {color: #b80000;}

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

#header {
	width: 800px;
	height: 100px;
	background: #222 url('/images/headerbg.gif');
	clear: both;
}

#headermenu {background-color: #f3f3f3;}

#main {
	padding: 0 20px 20px 20px;
	background: #f3f3f3;
}

#footer {
	width: 800px;
	line-height: 30px;
	margin: 0 auto;
	background-image: url('/images/footer.gif');
	text-align: center;
}

#footer p {
	color: #fff;
	font-size: 12px;
	padding: 0;
}

ul#footerLinks {
	list-style-type: none;
	width: 800px;
	margin: 20px auto;
	text-align: center;
	padding: 0;
	font-size: 12px;
}
ul#footerLinks li {display: inline; margin: 0 5px;}
ul#footerLinks li a {color: #fff; text-decoration: none;}
ul#footerLinks li a:hover {color: #ccc;}

img {border: 0;}
img.right {float: right; margin: 0 10px 20px 20px;}

img.samplework  {
	border:1px solid #fff;
	padding:11px;
}

.samplework a:link img, .samplework  a:visited img {border:1px solid #fff;}
.samplework a:focus img,	.samplework  a:hover img,	.samplework  a:active img {border:1px solid #d10000;}

ul {padding: 0 0 0 40px; margin: 10px;}

#main li {
	font-family: Verdana;
	font-size: 14px;
}

/*IMAGES*/
.headerlogo {float: left;}

/*MENU*/
.topmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url('/images/blockdefault.gif') center center repeat-x;
	clear: both;
}

.topmenu li {display: inline;}

.topmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	background: black url('/images/blockdefault.gif') center center repeat-x;
}

.topmenu li a:visited {color: white;}
.topmenu li a:active {color: white;}

.topmenu li a:hover {
	color: white;
	background: black url('/images/blockactive.gif') center center repeat-x;
}

.bluenote_logo {
	margin: 0 auto;
	width: 380px;
}

.addthis_button {width: 122px; margin: 10px auto; display: block;}

#social {height: 60px; clear: both;}
#social img {float: right; margin: 5px;}
