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

body{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height:1.4esp;
	background-color:#ede9e6;
	margin: 0px;
	background-image:url(../images/bg_image.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
}
p {
	margin-top:-15px;
	font-size:14px;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	text-shadow:#FFF;
}
h2 {
	font-size: 18pt;
	font-weight:normal;
}
h3 {
	font-weight: bold;
	font-size: 14pt;
	color:#666;
}
h4 {
	font-weight: normal;
	font-size: 14pt;
	margin: 0px;
}
h5 {
	font-size:18px;
	font-weight:100;
}
a {
	text-decoration:none;
	border:none;
}
img {
	text-decoration:none;
	border:none;
}

a:hover{
}
a:visited{
}
#wrapper {
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	width:815px;
	height:310px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background-color:#FFF;
	padding:60px;
	/*syntax| box-shadow: h-shadow v-shadow blur spread color inset;*/
	box-shadow: 0px 0px 35px -4px black;
	-moz-box-shadow: 0px 0px 35px -4px black;
	-webkit-box-shadow:0px 0px 35px -4px black;
	 For IE 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
}
#content {
	padding:20px;
}
#image-right {
	float:left;
}
#text-image {
	float:left;
	margin-right:20px;
}