body {
	font-family: arial, sans-serif;
	font-size:  13px;
	line-height: 18px;
	background-color: #74092b;
	font-color: #444;
}

h1 {
	font-size: 18px;
}

a {
	color: #2200C1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.frame {
	border: 4px solid #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.25) inset,0 0 0 1px rgba(0,0,0,0.15),0 2px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 0 0 1px rgba(0,0,0,0.15),0 2px 2px 0 rgba(0,0,0,0.3);
	box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset,0 0 0 1px rgba(0,0,0,0.15),0 2px 2px 0 rgba(0,0,0,0.3);
}

#container {
	width: 700px;
	margin: 40px auto;
	background-color: #FFF;
	padding: 4px;
	box-shadow: 0px 0px 10px #45061a;
}

#header {
	width: inherit;
	text-align: center;
	background: url(images/header.png) repeat-x #f4cecf;
	padding: 16px 0;	
}

#header ul {
	list-style: none;
	margin:0;
	padding:0;
}

#header li {
	float: left;
}

#header li a {
	margin: 0;
	padding: 9px 0;
	display: block;
	background-color: #f4cecf;
	text-decoration: none;
	color: #444;
	border-right: 2px #FFF solid;
	border-top: 2px #FFF solid;
	width: 109px;
}

#header li a:hover,#header li a.active {
	background-color: #7a0027;
	color: #FFF;
}

#header li:last-child a {
	width: 112px;
	border-right: none;
}

#header img.frame {
	float: left;
	width: 120px;
	margin-top: -35px;
	-webkit-transform:rotate(350deg);
	-moz-transform:rotate(350deg);
	-o-transform:rotate(350deg);
	-ms-transform:rotate(350deg);
	transform:rotate(350deg);
}


ul.connect {
	display: block;
	list-style: none;
	margin-left: 150px;
}

ul.connect li {
	float: left;
}

ul.connect a {
	display: block;
	width: 100px;
	padding: 0px 0px 0px 26px;
}

ul.connect a.fb { background: url(images/connect-facebook.png) no-repeat center left; }
ul.connect a.tw { background: url(images/connect-twitter.png) no-repeat center left; }
ul.connect a.qu { background: url(images/connect-quora.png) no-repeat center left; }
ul.connect a.li { background: url(images/connect-linkedin.png) no-repeat center left; }
ul.connect a.email { background: url(images/connect-email.png) no-repeat center left; }

#main {
	margin: 80px auto 0;
	clear: both;
	padding: 12px;
	width: 600px;
}

#main .activity {
	display: block;
	width: 50%;
	color: #000;
	text-decoration: none;
	float: left;
	margin-bottom: 40px;
}

#main .activity .imgcontainer {
	float: left;
	width: 60px;
	text-align: center
}

#main .activity img {
	height: 40px;
}

#main .activity p {
	margin: 0;
}

#footer {
	clear: both;
	display: block;
	width: inherit;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
}

.clear {
	clear: both;
}