@charset "utf-8";
/* CSS Document */

#Wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
body {
	background-color: #2a014f;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Header {
}
#Navbar {
	height: 52px;
}
#Nav_About {
	position:absolute;
	left:0px;
	top:93px;
	width:219px;
	height:58px;
}

#Nav_Services {
	position:absolute;
	left:219px;
	top:93px;
	width:132px;
	height:58px;
}

#Nav_Pricing {
	position:absolute;
	left:351px;
	top:93px;
	width:129px;
	height:58px;
}

#Nav_Portfolio {
	position:absolute;
	left:480px;
	top:93px;
	width:133px;
	height:58px;
}

#Nav_Links {
	position:absolute;
	left:613px;
	top:93px;
	width:131px;
	height:58px;
}

#Nav_Contact {
	position:absolute;
	left:744px;
	top:93px;
	width:226px;
	height:58px;
}
#Top_Scroll {
	height: 32px;
	background-image: url(../Images/Content_Scroll_Top.png);
	margin-bottom: -20px;
}
#Bottom_Scroll {
	height: 22px;
	background-image: url(../Images/Content_Scroll_Bottom.png);
	margin-top: -30px;
}
#Content {
	background-image: url(../Images/Content.png);
	padding-bottom: 20px;
	margin-top: 20px;
}
#Footer {
}
#Foot_About {
	position:absolute;
	left:0px;
	width:181px;
	height:86px;
}

#Foot_Services {
	position:absolute;
	left:181px;
	width:129px;
	height:86px;
}

#Foot_Pricing {
	position:absolute;
	left:310px;
	width:105px;
	height:86px;
}

#Foot_Portfolio {
	position:absolute;
	left:415px;
	width:117px;
	height:86px;
}

#Foot_Links {
	position:absolute;
	left:532px;
	width:100px;
	height:86px;
}

#Foot_Contact {
	position:absolute;
	left:632px;
	width:113px;
	height:86px;
}

#Foot_Site_Map {
	position:absolute;
	left:745px;
	width:225px;
	height:86px;
}


#Copyright {
	height: 22px;
	width: 970px;
	color: #FFFFFF;
	margin-top: 90px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

