@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);

body{
	font-family:"Lucida Grande", arial, sans-serif;
	text-align: center;
	background:#000000;
}

.container {
	margin: 140px auto;
	width: 80%;
}

#footer {
   position:absolute;
   bottom:0;
   width:90%;
   height:60px; 
}

.heading {
	font-family: 'Josefin Sans Std Light', arial, serif;
	text-align:right;
	color:#FFFFFF;
	font-size:60px;
}

.about {
        text-align:center;
	color:#4C4C4C;
}

.seperator {
	background:#FFFFFF;
	height:2px;
}
ul{
	margin:0;
	padding:0;
}

li{
	width:100px;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}

a{
	color:#FFF;
	text-decoration:none;
}

p{
	padding:0px 5px;
}

.subtext{
      	color:#000000;
	padding-top:5px;
}
.aboutd{
	font-family: 'Josefin Sans Std Light', arial, serif;
	color:#FFFFFF;
}

.aboutg{
	font-size:38px;
	color:#6AA63B;
}

.aboutp{
	font-size:38px;
	color:#5122B4;;
}

.abouty{
	font-size:38px;
	color:#FBC700;
}

.aboutb{
	font-size:38px;
	color:#0292C0;
}

.aboutr{
	font-size:38px;
	color:#D52100;
}

.aboutme{
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size:45px;
	color:#FFFFFF;
	-moz-transform:rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}


/*Menu Color Classes*/
.green{background:#6AA63B url('twitter.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('tech.jpg') top left no-repeat;}
.red{background:#D52100 url('wp.jpg') top left no-repeat;}
.purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('cam.jpg') top left no-repeat;}