#gallery {
	width:720px;
	padding:20px;
}

.thumbnail {
	width:120px;
	height:190px;
	float:left;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color:#eeeeee;
	margin:0px;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #003366;
	border-bottom: 1px  solid #cccccc;
	background-color:#CCCCCC;
	padding:6px;
	letter-spacing: -.05em;
}
h2 {
	font-size: 18px;
	color: #003366;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 6px;
	margin-bottom:0px;
}


h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -4px;
	padding-top: 6px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom:0px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#menu a {
	padding: 12px 11px 12px 11px;
	color:#FFFFFF;
	vertical-align: middle;
	display:block;
}
#menu a:hover {
	background-color:#C7DAF1;
	color:#000000;
	text-decoration:none;
}

#menu a:active {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}
.padding {
	padding:15px 25px 5px 25px;
	text-align: left;
}
.colLine {
	border-left: 2px  dotted #cccccc;
}


.breadcrumbs {
	padding: 15px;
	border-bottom: 2px  dotted #cccccc;
}

.comment {
	padding: 0px 0 8px 0;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 8px;
}

.brand {
	margin-right: 20px;
	float: left;
	height: 142px;
	width: 126px;
	text-align: center;
	line-height: 15px;
}
.brand2 {
	margin: 4px 8px 4px 0;
	float: left;
	height: 104px;
	width: 130px;
	text-align: center;
	line-height: 15px;
}


/*  
	CALENDAR Header text  
*/
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #ffffff;
 font-weight: bold;
 padding:5px;
}

/*  
	CALENDAR Navigational links in the header  (next/previous month)
*/
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}

/*  
	Calendar Days of the week  
*/
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #999999;
 font-weight:  bold;
 letter-spacing: -.1em;
}

/*  
	Calendar Days of the month  
*/
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
	font-family: arial,verdana,trebuchet,sans-serif;
	font-size:   11px;
	color:       #999999;
	letter-spacing: -.1em;
}
.monthdays a:link    { color:  #999999; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #999999; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}

/* 
	CALNDAR Input form at the bottom of the calendar 
*/
input {
 font : bold 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #cccccc;
 margin-top: 2px;
 margin-bottom: 2px;
}

/* 
	CALENDAR Color change when you put your cursor in the form field.
*/
input:focus {
 background-color : #ffffff;
}

/* 
	CALNDAR Submit button
*/
input.button {
 color : white;
 background-color : #999999;
}

/* 
	FOOTER
*/
.footer {
	width:760px;
	padding:14px;
	margin-top: 10px;
	text-align:center;
}
