body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
    background-attachment:fixed;
	margin : auto 0;
}
p {	font-family : "Century Gothic", Arial, Verdana;
	font-size : 12px;
	text-align:justify;
}
	
#container {
	background-image:url(/images/secondbg.png);
	background-repeat:repeat-y;
	width : 800px;
	margin: auto;
	position:absolute center;
}

#logo {
	background-color : #000;
	margin: 0px 20px 0px 20px;
	height : 176px;	
	background-image : url(/images/logo.png);
}
#mygalthree {
	background-color : #000;
	margin: 20px 20px 0px 20px;
}
.flash {
	margin: 20px 20px 0px 20px;
}
.spacer {
	clear : both;
	margin: 10px 20px 10px 20px;
	padding-bottom : 10px;
	padding-top : 10px;
}
/* NAVIGATION UL LI A:HOVER A:LINK*/

#navigation {
	background : #000;
	font-family : "Century Gothic", Arial, Verdana;
	font-size : 14px;
	color : #fff;
	font-weight : bold;
	height : 40px;
	margin: 0px 20px 0px 20px;
}
#navigation ul {
	list-style : none;
	padding-left : 10px;
}
#navigation li {
	float : left;
	list-style : none;
	padding-left : 10px;
	padding-right : 20px;
	padding-top : 10px;
	text-align : left;
	display : block;
}
#navigation li a {
	text-decoration : none;
	color : #fff;
	padding: 5px 5px 5px 5px;
}
#navigation li a:hover {
	background-color : #fff;
	color : #000;
	font-size:14px;
	text-decoration : none;
	padding: 5px 5px 5px 5px;
}

/* Sections below profile */

.sections {

}

.coloums {
	float:left;
	width:225px;
	margin: 0px 20px 0px 20px;

}
.designtitle {
	background-image:url(../images/designtitle.png);
	background-repeat:no-repeat;
	height:65px;
	width:225px;
	padding: 0px 0px 0px 0px;
}
.developmenttitle {
	background-image:url(../images/developmenttitle.png);
	background-repeat:no-repeat;
	height:65px;
	width:225px;
	padding: 0px 0px 0px 0px;
}
.seotitle {
	background-image:url(../images/seotitle.png);
	background-repeat:no-repeat;
	height:65px;
	width:225px;
	padding: 0px 0px 0px 0px;
}
.newstitle {
	background-image:url(../images/newstitle.png);
	background-repeat:no-repeat;
	height:65px;
	width:225px;
	padding: 0px 0px 0px 0px;
}

/* Tweeter Styling */
.tweettitle {
	background-image:url(../images/tweettitle.png);
	background-repeat:no-repeat;
	height:65px;
	width:225px;
	padding: 0px 0px 0px 0px;
}

.twitted {
}

.twitted h2 {
	font-family : "Century Gothic", Arial, Verdana;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color: #000;
}

.twitted p.preLoader {
	background: transparent url("../images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	margin-top:10px;
	padding: 0 0;
	list-style-type: none;
	font-family : "Century Gothic", Arial, Verdana;
	font-size:12px;
	padding-bottom: 5px;
	text-align:justify;
	}

.twitted ul#twitter_update_list li {
	padding-bottom:10px;
	border-bottom: 2px solid #ff0451;
	
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	padding-bottom: 10px;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #fff;
	background-color : #000;
	font-weight:bold;
	padding: 0px 5px 0px 5px
}
.twitted ul#twitter_update_list li a {
	/* timestamp link */
	margin-bottom:10px;
	color: #000;
}

.twitted ul#twitter_update_list li.firstTweet {
	margin-top:0px;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	color: #fff;
	background-color: #ddd;
}

/* Media Section */

.mediatitle {
	background-image:url(../images/mediatitle.png);
	background-repeat:no-repeat;
	height:65px;
	width:225px;
	padding: 0px 0px 0px 0px;
}

/* FOOTER */
#footer {
	background: url(/images/footer.png) no-repeat;
	margin-left:-6px;
	width : 800px;
	height:53px;
	font-family : "Century Gothic", Arial, Verdana;
	font-size : 14px;
	color : #fff;
	font-weight : bold;
}
#footer ul {
	list-style : none;
	padding-left : 10px;
}
#footer li {
	float : left;
	list-style : none;
	padding-left : 10px;
	padding-right : 20px;
	padding-top : 10px;
	text-align : right;
	display : block;
	margin-top:7px;
}
#footer li a {
	text-decoration : none;
	color : #000;
	padding: 5px 5px 5px 5px;
}
#footer li a:hover {
	background-color :#000;
	color:#F0F;
	font-size:14px;
	text-decoration : none;
	padding: 5px 5px 5px 5px;
}