@charset "utf-8";

html {
        background: url(../images/bluebells.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-color: #c8ff80;
}
body {
	font: 100% Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: 400;
}
.broad #container {
	width: 900px;	
	margin: 0 auto;
	-moz-box-shadow: 1px 1px 2px #030;
	border-left: 1px solid #030;
    border-right: 1px solid #030;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.broad #logo {
	width: 900px;
	height: 155px;
	background-image: url(../images/broad_logo_vinca.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #58C352;
	margin: 0 auto;
	
}
.broad #services {
	
	letter-spacing: 4px;
	font-weight: bold;
	color: #FF0;
	text-shadow: 1px 1px #333;

}
.broad #nav_bar {
	width: 900px;
	height: 20px;
	background-image: url(../images/broad_logo_base.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #58C352;
	text-align: center;
}
.broad #nav_bar_list {
	width: 900px;
	height: 20px;
}
.broad #mainContent {
	width: 900px;
	float: left;
	border-top: solid 1px #060;
	border-bottom: solid 1px #060;
	background-image: url(../images/main_bk.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.broad #mainContent_text {
	width: 440px;
	height: 520px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
	text-align: justify;
}
.broad #mainContent_text_links {
	width: 450px;
	height: 528px;
	float: left;
	text-align: center;
}
.broad #mainContent_contact {
	width: 720px;
	margin-left: 50px;
	float: left;
	text-align: justify;
}
.broad #mainContent_photo {
	width: 407px;
	height: 528px;
	margin-left: 10px;
	float: left;
}
.broad #mainContent_photo_before {
	width: 300px;
	height: 225px;
	border: 1px solid #FFF;
	background-image:url(../images/before.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: -1px -1px 2px #030;
	-webkit-box-shadow: -1px -1px 2px #003;
	-o-box-shadow: -1px -1px 2px #003;
	box-shadow: -1px -1px 2px #003;
	margin-left: 75px;
	float: left;
}
.broad #mainContent_photo_after {
	width: 300px;
	height: 225px;
	border: 1px solid #FFF;
	background-image:url(../images/after.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #003;
	-webkit-box-shadow: 2px 2px 2px #003;
	-o-box-shadow: 2px 2px 2px #003;
	box-shadow: 2px 2px 2px #003;
	margin-left: 75px;
	margin-top: 15px;
	float: left;
}
.broad #mainContent_portfolio {
	width: 402px;
	height: 300px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-left: 250px;
}
.broad #photo_fader_portfolio {
	width: 400px;
	height: 300px;
	border: solid 1px #FFF;
}
.broad #photo_fader {
	width: 350px;
	height: 328px;
	margin-top: 30px;
	border: solid 1px #FFF;
}
.broad #error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FF0;
}
.broad #mail_sent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FF0;
}
input {
	background-color: #060;
	border-left: none;
	border-right: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FF0;
}
textarea {
	background-color: #060;
	border-left: none;
	border-right: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FF0;
	font-size: 16px;
}
#copyright {
	width: 420px;
	margin: 0 auto;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF0;
}
a:link {
	text-decoration: none;
	color:#FFF;
	background:
}
a:active {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline overline;
	color: #030;
}

h4 {
	color: #FF0;
	text-shadow: 1px 1px #333;
	text-align: center;
}
