
body {
	background-image: url(images/main-bg.png);
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.025em;
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
	background-color: #000000;
	margin: 0px;
}

#contentwrapper {
	width: 960px;
	margin: 0px auto; 
	text-align: left;
}

#container {
    margin: auto;
    width: 100%;
    /*height: 700px;*/
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

.content {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.025em;    
    color: #000;
}

.profile {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.025em;    
    color: #000;
}

#header {
	text-align: center;
	margin-top: 0px;
}

.divlefttop {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 0px 10px 0px 0px;
  float: left;
  width: 590px;
  /*width: 590px;*/
}

.divrighttop {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 15px 0px 0px 10px;
  float: right;
  width: 330px;
  /*width: 270px;*/
}

.divleft {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 0px 10px 0px 0px;
  float: left;
  width: 460px;
  /*width: 590px;*/
}

.divright {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 0px 0px 0px 10px;
  float: right;
  width: 460px;
  /*width: 270px;*/
}

.title {
     text-align: center;
     padding: 10px;
     background-color: #000;
     position: relative; 
     font-weight: normal;
     font-style: italic;
     color: #fff;
     font-size: 28px; 
     text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.title2 {
     text-align: center;
     padding: 10px;
     margin: 0px 10px 20px 10px;
     background-color: #000;
     position: relative; 
     font-style: italic;
     color: #fff;
     font-size: 28px; 
     text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.titletext {
	font-style: italic;
	color: #000;
	text-align: center;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	margin: -21px 0px 0px 0px;
	font-size: 33px;
	position: relative;
}

#slogan {
	text-align: center;
	padding: 10px 0px 20px 0px;
}


p {
	line-height: 1.5em;
	margin-bottom: 15px;
}


a {
	color: #000;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

img {
    border: none;
} 

.gallery {
	overflow:hidden;
}

.gallery A {
	float:left;
	margin:0 10px 21px 10px;
	text-decoration:none;
	font-size: 10px;
	color: #000;
}

.gallery IMG {
	display:block;
	margin:0 0 2px;
	border:none;
}


#footer {
	color: #dfdfdf;
	font-family: Arial, sans-serif;
	text-align: center;
	margin-bottom: 30px;
	height: 100px;
	width: 100%;
	position: relative;
	top: 10px;
	clear: both;
}

.form-group form-container a {
  	margin-bottom: 15px;
}

input[type="text"], textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	padding: 8px;
	margin-bottom: 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 843px;
}

label {
	padding-top: 10px;
}

.designed {
	font-size: 12px;
	margin-right: 120px;
	color: black;
	position: relative;
	top: 20px;
	width: 100%;
}

.designed a {
	color: #000;
	text-decoration: none;
}

.designed a:hover {
	text-decoration: underline;
}
