@charset "utf-8";
body {
	background-color: #f3f3f3;
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{ margin:0px; padding:0px 10px}

#container{ width:689px; margin:25px auto; }
#container .top{  background:url(images/border.png) no-repeat top; height:10px; overflow:hidden}
#container .bottom{ background:url(images/border.png) no-repeat bottom; height:10px; overflow:hidden}
#container .content{ border-left:1px solid #bababa;border-right:1px solid #bababa; background:#fff}
#container .layout{ background:url(images/display.gif) #ffba00 repeat-x top; margin:0px 10px }
.design{ background:url(images/gif.png)  repeat-x top left }
img{ border:none; vertical-align:bottom}
.heaader{ padding:12px; font-size:25px; font-family:Georgia, "Times New Roman", Times, serif; color:#000000; font-weight:bold; border-bottom:1px solid #ffc300}
.txt{ border:1px solid #000000; background: url(images/tags.gif) repeat-x #fff; padding:3px; width:350px; font-size:12px}
.error{ color:#CC3300; display:none}
.footer{ font-size:11px; font-weight:bold; color:#666666; padding:10px; text-align:right}
.footer a{ color:#333333; text-decoration:underline}
.footer a:hover{  color:#CC0000;}
