*{
	margin:0px;
	padding:0px}
body {
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
#wrap {
    width:1100px;
	margin:20px auto;
}

h1 {
    color:#ff0000;
	margin:10px 0 15px 0;
	font-size:24px;
}
h2 {
    color:#ff0000;
	margin:20px 0 5px 0;
	font-size:18px;
}
h3 {
    color:#ff0000;
	margin:15px 0 5px 0;
	font-size:16px;
}
h4 {
    color:#ee7a22;
	margin:10px 0 5px 0;
	font-size:14px;
}
a { color:#f07022; text-decoration:underline; }
a:hover { color:#CC3300; text-decoration:none; }


/* Header */
#header {
	height: 97px;
	background: url(images/top.jpg) no-repeat;
	margin-bottom:8px;
}

#menu {
	background:url(images/top_menu_bg.gif) repeat-y right;
	height:29px;
	margin-bottom:20px;
}

#menu ul {
	list-style: none;
	padding-top:6px;
	float:right;
}
#menu li {
	display: inline;
	margin:0px 24px;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#menu a:hover, #menu .current_page_item a { text-decoration:underline; }

/* Page */

#page {
	width:100%;
}

/* Content */
#content {
  padding-left:20px;
  line-height:18px;
  font-size:14px;
}

#gal {
  float:right;
  width:190px;
  text-align:center;
  padding-bottom:50px;
  padding-left:30px;
}

#content p {
    text-align:justify;
	margin-top:10px;
}
#content ul {
    margin-left:35px;
}
#content li {
    margin-bottom:5px;
}

#zag { height:40px; text-align:center; }
#zag a { color:#ff0000; font-size:24px; font-weight:bold; text-decoration:none; }
#zag a:hover { color:#fff; }


/* Left Sidebar */
#leftbar { 
  width:250px;
  text-align:center;
  /*background:#e7e3de url(images/left_menu_bg.jpg) top repeat-x;
   background: url(images/left_menu_bg.jpg) top repeat-x;*/
}
#leftbar ul {
	list-style-type:none;
}
#leftbar li {
    margin-bottom:7px;
	padding-top:7px;
}
#leftbar li a { color:#ff0000; text-decoration:none; font-size:24px; font-weight:bold; height:40px; display:block; }
#leftbar li a:hover { color:#fff; text-decoration:none; }

#leftbar p { margin-bottom:5px; }
#leftbar p a { color:#ff0000; text-decoration:none; font-size:18px;}
#leftbar p a:hover { color:#fff; text-decoration:none; }

/* Footer */
#footer {
	clear: both;
	background: url(images/bottom-bg.gif) no-repeat left bottom;
	height:100px;
	padding-top:50px;
}

#footer p {
	text-align: right;
	padding-top:50px;
	margin-right:15px;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666;
	text-decoration:none
}