body {
	margin: 0px;
	padding: 0px;
	background: #005F9E url(images/bg1.jpg) repeat left top;
}

#mainDiv {
	background:url(images/bg2.jpg);
	width:880px;
	margin:0 auto;
	min-height: 1000px;
}

.ourText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A6CAE4;
}

h1 {
	margin:0px;
	text-align:center;
	padding:20px 0;
	font-size: 36px;
	color:#FFFFFF;
	text-shadow:#EE3538 2px 2px 2px;
	font-family:"Comic Sans MS", Arial;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #AFDA3B;
}

a:hover {
	text-decoration: none;
}

#footer {
	padding: 20px;
	width:600px;
	margin:40px auto;
	background: url(images/footer1.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
}

#textedit {
	width:515px;
}

#textpreview {
	background:white;
	padding:10px;
	min-height:50px;
}

.gallery {
	width:100%;
}
.gallery td{
	text-align:center;
}
.gallery a{
	text-decoration:none;
}
.textwidth {
	width:600px;
	margin:0 auto;
}

#sendtable	{
	color:#FFFFFF;
}