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

#buttons {
	float: left;
	width: 175px;
	padding-left: 15px;
	margin-top: 20px;
}

#buttons img {
	padding-right: 20px;
	border: none;
}

#main_content_area {
	height: 690px;
	position: relative;
}


#featured_design_part1 {
	background-image: url(../images/featured2.jpg);
	float: right;
	border: 2px solid #000;
	margin-right: 0;
	margin-left: 25px;
	margin-top: 8px;
	width: 175px;
	height: 555px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	padding-top: 45px;
}

#featured_design_part2 {
	background-image: url(../images/featured1.jpg);
	float: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: 15px;
	width: 520px;
	height: 600px;
	margin-top: 8px;
}

#featured_design_part1 p {
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

#featured_design_part1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	color:#A01D5F;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	white-space: normal;
	width: 145px;
	margin-bottom: -5px;
}

#featured_design_part1 a:hover{
	color:#ED6524;
}


#sponser {
	width: 177px;
	height: 400px;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}


#sponser img {
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}


