* {
	margin: 0;
	padding: 0 ;
}
body {
	width: 100%;
	height: 100%;
	font-family: Georgia, serif;
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
}
#logo {
	display:inline-block;
}
#top-right {
	display:inline-block;
	float:right;
}
#top-right li {
	display:inline-block;
	vertical-align: middle;
}
#top-right p {
	font-size: 20px;
	line-height: 25px;
	text-align: right;
	padding-right: 20px;
}
#top-right p span {
	color: #bd0e3e;
}
.header {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #c0c0c0;
}
#sidebar {
	width: 220px; 
	padding-right: 20px;
	padding-top: 20px;
	height: auto;
	display:inline-block;
}
#nav {
	display: block;
	padding-bottom: 30px;
	border-bottom: dashed 1px #c0c0c0;
}
#nav li {
	list-style: none;
}
#nav li a {
	text-decoration:none;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
}
#nav li a:hover {
	color: #bd0e3e;
}
.highlight {
	color: #bd0e3e;
}
#title {
	background-color: #bd0e3e;
	width: 100%;
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#title h1 {
	margin: 10px;
	color: #f197b0;
	font-size: 25px;
}
#twitterFeed {
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #e2e2e2;
}
#twitterFeed p {
	padding-bottom: 15px;
	font-size: 13px;
	color: #535353;
	line-height: 18px;
}
#tweets {
	overflow:scroll;
	height: 300px;
}
#content {
	display:inline-block;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 770px;
}
#two_column div {
	width: 376px;
	vertical-align: top;
	padding-top: 15px;
	display:inline-block;
}
#content p {
	font-size: 13px;
	line-height: 20px;
}
input {
	width: 85%;
	font-size: 13px;
	padding: 2px;
}
textarea {
	width: 85%;
	height: 150px;
	font-size: 13px;
	padding: 2px;
}
#two_column div p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 22px;
}
#two_column div:last-child {
	margin-left: 10px;
	
}
#footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	clear:both;
}
#footer #title {
	text-align:center;
}
#social_foot {
	
}
#social_foot li {
	display:inline-block; 
	margin: 10px;
}
#pink_footer {
	background-color: #bd0e3e;
	color: #f197b0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#foot_nav li {
	display:inline-block;
}
#foot_nav li a {
	text-decoration: none;
	font-size: 12px;
	padding-right: 20px;
	color: #f197b0;
	line-height: 18px;
}
#pink_footer p {
	font-size: 12px;
	line-height: 18px;
}
#footer_images {
	display:inline-block;
	vertical-align: top;
	float:right;
}
img {
	display:block;
}
#label {
	background-color: #bd0e3e;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	width: 100%;
	color: #ffffff;
}

