* { margin:0; padding:0; }

img { border:0; }
input { background:#fff; border:1px solid #666; padding:3px; }

#util { float:right; background:#b7a849; text-align:center; font:12px "Trajan Pro", "Trebuchet MS", Arial; color:#495118; text-transform:uppercase; width:310px; }
		#util ul, #util-WYSIWYG ul { list-style:none; float:left; margin:7px 0 0 0px; }
		#util li, #util-WYSIWYG li { display:inline; margin:0 2px; }
		#util a, #util-WYSIWYG a { color:#495118; text-decoration:none;  }
		#util a:hover, #util-WYSIWYG a:hover { text-decoration:underline; }
		#util img, #util-WYSIWYG img { vertical-align:bottom; }
	
#util-WYSIWYG { background: #b7a849 url("/images/background-html.jpg") top center repeat-x; text-align: center; font:12px "Trajan Pro", "Trebuchet MS", Arial; color:#495118; text-transform:uppercase; }
	#util-WYSIWYG ul { list-style:none; float:left; padding:7px 0 0; height: 35px; background-color: #b7a849; }
	
#container { font:14px Georgia, Times; color:#393933; line-height:20px; }

#content { font:14px Georgia, Times; color:#393933; line-height:20px; }
#content p, #content span { font:14px Georgia, Times; color:#393933; line-height:20px; line-height:20px; margin:0 0 15px; padding:0 15px; }
#content h1 { font:28px "Trajan Pro", "Trebuchet MS", Arial; color:#a69a43; width:100%; text-align:center; background:url("/images/background-h1.jpg") bottom center no-repeat; margin:0 0 15px; padding:0 0 10px; }
#content h2, #content h3, #content h4 { font:20px Georgia, Times; color:#393933; line-height:20px; padding: 0 0 5px 0; margin:0 0 5px 0; }
#content blockquote { font-style:italic; font-weight:bold; padding:10px 15px; }
#content ul, #content ol { margin:0 0 15px 55px; }
#content a { color:#a69a43; }
#content a:hover { text-decoration:none; }

#sidebar p, #sidebar span { font:14px Georgia, Times; color:#393933; line-height:20px; line-height:20px; margin:0 0 15px; padding:0 15px; }
#sidebar h1 { font:36px "Trajan Pro", "Trebuchet MS", Arial; color:#a69a43; width:100%; text-align:center; background:url("/images/background-h1.jpg") bottom center no-repeat; margin:0 0 15px; padding:0 0 10px; }
#sidebar h2, #content h3, #content h4 { font:20px Georgia, Times; color:#393933; line-height:20px; padding: 0 0 5px 0; margin:0 0 5px 0; }
#sidebar blockquote { font-style:italic; font-weight:bold; padding:10px 15px; }
#sidebar ul, #content ol { margin:0 0 15px 55px; }
#sidebar a { color:#a69a43; }
#sidebar a:hover { text-decoration:none; }

.box { background:url("/assets/wysiwyg/template/box-middle.jpg") top center repeat-y; width:276px; }
	.box .content { background:url("/assets/wysiwyg/template/box-top.jpg") top center no-repeat; padding:12px 11px 0; }
	.box .content-new { background:url("/assets/wysiwyg/template/box2-top.jpg") top center no-repeat; padding:35px 11px 0; }
	.box p, .box span { padding:0 10px; }
	.box .bottom { vertical-align:bottom; }
	.box .content blockquote { padding:0 5px; font-style:italic; }

#footer { font:11px Georgia; color:#4d471a; line-height:16px; }
#footer a { color:#4d471a; }
#footer-WYSIWYG { background:url("/images/background-footer.jpg") top center repeat-x; font:11px Georgia; color:#4d471a; line-height:16px; }
#footer-WYSIWYG a { color:#4d471a; }

/**CLASSES**/
.border { border:1px solid #b0b495; }
.pic { border:3px solid #b7a849; }
.pic-left { border:3px solid #b7a849; text-align:left; }
.pic-right { border:3px solid #b7a849; text-align:right; }
.pad15 { padding:0 15px; }
.right { float:right; }   
.left { float:left; }
.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    }
.btnsubmit  
{
  cursor: pointer; 
  font: 12px "Trajan Pro", "Trebuchet MS", Arial;
  background-color:#720a0a; 
  border-top:1px solid #b07575; 
  padding:8px;
  color: #efefef; 
  font-weight:  normal; 
  text-transform: uppercase;
  }

