@charset "utf-8";
@import url('contact.css');


body {
	background-color: #FFFFFF;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; }
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none; }
a:link {
	text-decoration: none; }
a:hover {
	color: #400000; }
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; }
a:active {
	text-decoration: none; }
ul {
	list-style: none;
	list-style-type: none; /*This denotes the indent character for the list items*/	}	

/*START -- Main navigation menu style -- START*/
a b {
	display: inline;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	}
a b:hover {
	background-color: #E6E6E6; }
#navMenuWrap {
	margin: 0 auto; }
#navMenu b {
	text-align: center;
	padding: 3px 20px 3px 20px; }
#navMenu li {
	display: inline; }
/*END -- Main navigation menu style -- END*/	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:14px; }
#contentDiv {
	margin: 10px 0 0 0; }	

.baseBlog .img {
	margin: 0 auto;
	width: 60%;
	opacity: 0.2; }
.blogContent.p {
	margin: 0 auto;
	width: 600px;
	
	background-color: #28c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: .1;	}

.baseDiv {
	text-align: center;
	display: table;
	width: 90%;
	margin: 0 auto; }
.headerDiv {
	width: 300px;
	margin: 0 auto; }
.menuDiv {
	clear: both; }

#twitter {
	clear: both;
	background-color: #652C05;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	width: 500px; }
#twitter a {
	color: #999; }
#twitter a:hover {
	color: #FFF; }
.twitWrap:hover {
	 }
.twitLinks {
	color: #FFCC00 !important; }
.twitLinks:hover {
	color: #FFECA3 !important; }
.twittList {
	/*text-transform: lowercase;*/ }
.twittList :hover {
	 }

span.tweet {
	float: left;
	font-family: arial; }
