body {
	background: #CACACA url('background.png') repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}

#container {
	width: 750px;
	margin: 0 auto;
}
#rowheader {
	display: table-row;
}
#header {
	display: table-cell;
	width: 250px;
	color: white;
	vertical-align: top;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	font-size: 30px;
	color: #FFFFFF;
	vertical-align: bottom;
	display: table-cell;
	width: 500px;
}

/* gFont */
#sub_header {
  font-family: 'Molengo', serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;  
  text-shadow: 8px 8px 8px #111;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.1em;
  word-spacing: 0em;
  line-height: 1em;
}



#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.menu {
	width: 159px;
	float: right;
	padding: 0 10px 0 10px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008;
	color: red;
}

/* google font API */
h1 {
  font-family: 'Molengo', serif;
  font-size: 28px;
  font-style: normal;
  /*font-weight: 400;*/
  font-weight: 700;  
  /*text-shadow: none;*/
  text-shadow: 8px 8px 8px #ddd;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}


/* AGX CMS ARTICLE */

blockquote {
	font-style: oblique;
	background: transparent url(quoleft.png) left top no-repeat;
	padding: 0 48px;
}

.cms_body {
	display: block;
	padding-bottom: 8px;
	width: 100%;
	padding-bottom: 8px;
}

.cms_summary {
	font-style: italic;
}

.cms_footer {
	font-style: italic;
}


.cms_nav_link {
	background: #dddddd;
	border: gray outset 1px;
	color: black;
	padding-left: 8px;
	padding-right: 8px;
}

.cms_nav_link:hover {
	border: gray outset 2px;
	text-decoration: none;
	color: #006400;	/*darkgreen*/
	font-weight: bold;
}


/* AGX CMS ITEMS */

.cms_subbox {
	display: block;
	vertical-align: top;
	width: 100%;
	border-bottom: silver 1px dotted;
	margin-bottom: 8px;
	padding-bottom: 8px;
	min-height: 48px;
	clear: both;
}


.cms_dir_row {
	display: table-row;
}

.cms_dir_icon {
	margin-right: 8px;
	padding-right: 8px;
	display: table-cell;
}
.cms_dir_content {
	display: table-cell;
	vertical-align: top;
}

.cms_news_title {
	display: inline;
}
.cms_dir_title {
	display: inline;
}

/* AGX EXTRA */

.btn_beer {
	margin-top: 4px;
	border-color: silver gray gray silver;
}

IMG.screenshot {
	border: solid black 2px;
	border-top: solid silver 2px;
	border-left: solid silver 2px;
	width: 500px;
}	

/* google */

#google_search {
	padding:0px;
	margin: 0px;
}
