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

#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapper #footer {
	background-color: #46A1A2;
	height: 16px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004345;
	font-weight: normal;
	letter-spacing: 1px;
}
#wrapper #navbar {
	height: 30px;
	width: 900px;
	margin-top: 12px;
}
#wrapper #head_image {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/dummy_page.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
}
.float_right {
	float: right;
	margin-left: 10px;
}


#wrapper #aboutme {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/dummy_page_me.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
}

.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #511D8F;
	letter-spacing: 0px;
}
#wrapper #contactpage #form {
	height: 350px;
	background-color: #CCCCCC;
}

#wrapper #pricingpage {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/pricing_page_me.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
}


#wrapper #contactpage {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/contact_page_me.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
}

#wrapper #servicespage {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/services_page.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
}

#wrapper #linkspage {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/others_links.gif);
	background-repeat: no-repeat;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
	background-color: #FFFFFF;
}
#wrapper #linkspage #link1 {
	height: 100px;
	background-color: #CCCCCC;
	margin-bottom: 25px;
}
#wrapper #linkspage #link1 #pic {
	height: 100px;
	width: 150px;
	float: left;
}
#wrapper #linkspage #link1 #text1 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	height: 60px;
	width: 280px;
}


  .clearfix:after 
  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

#wrapper #playlistpage {
	width: 460px;
	margin-top: 12px;
	background-image: url(../site/images/playlist_page.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-right: 170px;
	padding-left: 270px;
	padding-top: 140px;
}