a {
    text-decoration:none;
}

body{
	margin:0px;
	background:url(images/bg.gif);
}

div {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
}

h1 {
	color:#0082CC;
	display:inline;
}

#mainDiv {
	height:100%;
	width:100%;
}

#header {
	width:900px;
	height:60px;
	margin:auto;
	margin:-right:;auto;
	margin-top:5px;
}

#menu {
	width:100%;
	height:30px;
	background-color:#FFFFFF;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

#menuItems{
	width:900px;
	height:30px;
	margin:auto;
	padding:5px;
}
#content {
	width:900px;
	margin:auto;
}

#leftColumn {
	float:left;
	width:590px;
	padding-right:10px;
	padding-left:10px;
}

#welcome {
	margin-top:20px;
	width:900px;
	background-color:#FFFFFF;
	border:1px solid #E1E1E1;
	padding:10px;
	float:left;
}

#post {
	margin-top:10px;
	width:580px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #E1E1E1;
	padding:5px;
}

#rightColumn {
	float:left;
	width:270px;

}
#stuff {
	background-color:#FFFFFF;
	border:1px solid #E1E1E1;
	padding:5px;
	float:left;
	padding-top:10px;
	width:270px;
	margin-top:10px;
}

#sideBar {
	margin-top:10px;
	background-color:#FFFFFF;
	border:1px solid #E1E1E1;
	padding:5px;
	float:left;
	width:270px;
}

#footer {
	width:100%;
	height:40px;
	float:left;
	margin-top:20px;
	background-color:#EFEFEF;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

#footerContent {
	width:900px;
	margin:auto;
	padding:5px;
	text-align:center;
}

h2.postTitle {
	color:#FF0083;
	font-size:14px;
	display:inline;
	font-weight:normal;
}

h2.fullPostTitle {
	color:#FF0083;
	font-size:18px;
	display:block;
	font-weight:bold;
	line-height:12px;
}

a.postTitle {
	color:#FF0083;
	text-decoration:none;
}

a.postTitle:hover {
	text-decoration:underline;
}

.date {
	font-size:11px;
	color:#646464;
}

.boldTitle {
	font-weight:bold;
	display:block;
	font-size:14px;
}

.subTitle {
	
}

a.menu {
	font-size:16px;
	text-decoration:none;
	color:#222222;
	padding-right:20px;
}

a.menu:hover {
	text-decoration:underline;
	color:#FF0083;
}

.link {
	text-decoration:underline;
	color:#333333;
	font-size:11px;
}

li {
    list-style-type:none;
    padding-right:20px;
	float:left;
}
.menuLink {
	font-size:16px;
}

a.menuLink {
    color:#333333;
    text-decoration:none;
	
}

a.menuLink:hover {
    text-decoration:none;
	background-color: #FF0083; 
	color:#FFFFFF; 
	padding:0.2em 3px;
	font-weight:bold;
}

a.currentLink {
	text-decoration:none;
	background-color: #FF0083; 
	color:#FFFFFF; 
	padding:0.2em 3px;
	font-weight:bold;
}

.currentLink {
	font-size:16px;
}

.btn {
    padding-top:px;
vertical-align:top;
}
#s {
    height:18px;
}


#sponsor {
	border: 1px solid #333333;
	float:left;
	width:110px;
	margin-left:15px;
}

#full-post {
    margin-top:10px;
	width:900px;
	float:left;
    background-color:#FFFFFF;
    border:1px solid #E1E1E1;
	padding:10px;
}

li.sideLi {
    float:none;
line-height:16px;
}

.alignright {
    float:right;
}

.alignleft {
    float:left;
}

a.noLink {
	text-decoration:none;
	color:#333333;
}

a.noLink:hover {
	text-decoration:none;
	color:#333333;
}

