/* CSS Document */

body {
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #000000;	
}

.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000000;	
}

.EmphText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;	
}

.EmphText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;	
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
}

#Header {
	height: 113px;
}

#Slogan	{
	position: absolute;
	width: 351px;
	height: 22px;
	bottom: -5px;
	right: 0px;
	top: 45px;
}

#AboutText	{
	width: 389px;
}

#About	{
	width: 389px;
}

#PortfolioContent	{
	position: absolute;
	width: 389px;
}

#Portfolio	{
	position: relative;
	width: 329px;
}

#Testimonial	{
	position: relative;
}

#Moretest	{
	position: absolute;
	width: 300px;
	right: 0px;
	top: 32px;
	left: 560px;
}

#Moretest2	{
	position: absolute;
	width: 150px;
	right: 0px;
	top: 135px;
	left: 82px;
}

#Footer {
	position: relative;
	height: 22px;
	padding: 15px;
}

#Main {
	padding: 15px;
}

#Menu {
	height: 24px;
}

#Caption {
    position: relative;
	width: 350px;
}

#GalleryCaption {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
	top: 15px;
}

.MenuItem {
	float: left;
	height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.MenuSeparator {
	width: 3px;
	float: left;
	background-image: url(MenuSeparator.gif);
}

#contact-paragraph
{
	float: left;
	margin-bottom: 20px;
}

#contactFormContainer
{
	float: left;
	width: 700px;
	background-image: url('../../formBG.jpg');
	background-repeat:no-repeat;
	margin: 0px auto 15px auto;
	background-color:blue;
}

