@charset "UTF-8"

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #e5e5c5;
	font-family: Tahoma, Verdana, Arial;
}

#wrappopop {
	width: 699px;
	position: relative;
	height: 600px;
	text-align: left;
	float: left;
	overflow:hidden;
}
p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #161616;
	font-weight: normal;
	line-height: 16px;
}
#wrappopop #textpopup3 p {
	color: #161616;
}
#wrappopop   #imagelarge  {
	float: left;
	height: auto;
	position: relative;
	margin: 50px;
}
#wrappopop #imagelarge img {
	border: 4px solid #FFFFFF;
}
#wrappopop #textpopup {
	float: left;
	height: auto;
	width: 300px;
	position: relative;
	padding-right: 23px;
	padding-left: 5px;
	margin-top: 35px;
	margin-bottom: 30px;
	overflow: hidden;
}

#wrappopop #textpopup2, #wrappopop #textpopup3 {
	float: left;
	height: auto;
	width: 299px;
	position: relative;
	padding-right: 23px;
	padding-left: 5px;
	margin-top: 400px;
}
#gray {
	background-color: #C7C5C6;
}

#wrappopop #titlepopup {
	float: left;
	height: auto;
	width: auto;
	position: relative;
	
}#wrappopop #textpopup h1, #textpopup2 h1 {
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
	font-family: Tahoma, Verdana, Arial;
}

#wrappopop #textpopup3 h1 {
	font-size: 16px;
	color: #333333;
	text-transform: capitalize;
	font-family: Tahoma, Verdana, Arial;
}

.smallspace {
	line-height: 1.2em;
}
.white {
	color: #000000;
}
.small {
	font-size: 10px;
}
.gray {
	color: #333333;
}
