
/********************* general ********************/
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #0c9aff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
}


/*********************** profile page ************************/
#main {
	background-image: url(../images/holder.jpg);
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
}

#content {
	margin-left: 7.5%;
	top: 183px;
	width: 637px;
	height: 382px;
	position: absolute;
}

#contact {
	margin-left: 72.5%;
	top: 240px;
	width: 224px;
	height: 304px;
	position: absolute;
}

#contact a {
	text-decoration: none;
	color: #0c9aff;
}

.mainHeading {
	color: #5c5d61;
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	margin: 18px 0 5px 0;
}

.blueContactHeading {
	color: #0c9aff;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.blueContentHeading {
	color: #0c9aff;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.darkContactTitle {
	color: #5c5d61;
	font-family: Tahoma ;
	font-size: 12px;
	font-weight: bold;
}

.darkContentTitle {
	color: #5c5d61;
	font-family: Tahoma ;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.contactText {
	color: #5c5d61;
	font-family: Tahoma ;
	font-size: 12px;
	padding-bottom: 12px;
}

.contentText {
	color: #5c5d61;
	font-family: Tahoma ;
	font-size: 12px;
	margin: 0px 0 7px 10px;
}
