﻿/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public 
domain) */ 

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, 
audio, video { 
                   margin: 0;
                   padding: 0;
                   border: 0;
                   font-size: 100%;
                   font: inherit;
                   vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */ article, aside, details, 
figcaption, figure, footer, header, hgroup, 
menu, nav, section {
                   display: block;
}
body {
                   line-height: 1;
}
ol, ul {
                   list-style: none;
}
blockquote, q {
                   quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after { 
                   content: '';
                   content: none;
}
table {
                   border-collapse: collapse;
                   border-spacing: 0;
}

  /* Aurellis layout */
#wrapper {
	width:1200px;
	margin-right:auto;
	margin-left:auto;
}

#header {
	height:160px;
}

#columns {
	min-width: 760px;
}

#navigation {
	width: 180px;
	float: left;
}

#pagecontent {
	margin-left: 190px;
}

#footer {
	clear: both;
	text-align:center;
	font-size:0.75em;
	padding-top:10px;
}
#vertMenuBox {
	background-color: #C0C0C0;
	border: 1px solid #404040;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	width: 150px;
	float: right;
}
#vertMenuBox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#vertMenuBox ul li {
	font-size:0.75em;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
}
#vertMenuBox ul li a {
	text-decoration: none;
	color: #000000;
}

#vertMenuBox ul li a:visited {
	color: #000000;
}

#vertMenuBox ul li a:hover {
	color:#FFFFFF;
}

#left_col {
	padding: 4px;
	width: 242px;
	float: left;
}
#right_col {
	padding: 4px;
	width: 242px;
	float: right;
}
#middle_col {
	padding: 4px;
	width: 242px;
	margin-left: auto;
	margin-right: auto;
}

.trumpgallery {
	height:160px;
	padding-bottom:5px;
	padding-top:5px;
}

