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

body { }

#wrapper {
	width:700px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border:1px #C9F solid;
}

#menu { margin:auto;}

#brand { width:350px; height:74px; display:block; margin:80px auto 0 auto; padding:0 0 0 0; }

#textspace { width:500px; height:300px; margin:20px auto 0 auto; text-align:center;}

#footer { margin-top:70px; }

#footerlong { margin-top:95px; }

form { text-align:center; }

p { font-family:Georgia, Times, serif; font-size:12px; text-align:center; color:#333; }

p.footer { font-family:Verdana, Geneva, sans-serif; font-size:9px; text-align:center; color:#333; }

p.np { font-family:Verdana, Geneva, sans-serif; font-size:9px; text-align:center; color:#333; }

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

a:hover { border-bottom:1px #3ff solid; }

img { margin:0;}

input { text-align:center; color:#333; }

input#contactsubmit { margin:3px 0 0 0;  font-size: 11px; background: #474747 url(../img/bg_submit.gif) bottom left repeat-x;color: #fff; padding: 3px 6px; border: 0; cursor: pointer; }

input#contactsubmit:hover { background: #555;}
