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;
}

/*--------------------general------------------*/

body {
background: #000099;
font-family: verdana, "trebuchet MS", Arial, Helvetica, sans-serif;	
text-align: center;
}

#container-wrapper {
background: #000099 url(gfx/background-slice.jpg) repeat-y center;
width: 980px;
margin: auto;
text-align: left;	
}

#container {
width: 980px;
margin: auto;
text-align: left;
}

p  {
line-height: 1.2;
text-align: justify;
font-size: 16px;
color: #9d390a;
}

h2 {
font-weight: bold;
text-decoration: underline;
margin: 5px 0px 10px 0px;
font-size: 26px;
color: #000099;	
}



#branding a:hover, a:focus, a:active {
color: #3bb9ff;
}

#branding a {
text-decoration: none;
font-weight: bold;
color: #ffffcc;
}


/*--------------------branding------------------*/

#branding {
position: relative;	
height: 216px;
width: 980px;
background-image: url(gfx/header-bg.jpg);
font-weight: bold;
font-size: 19px;
color: #ffffff;
}

#branding h1 {
position: absolute;
top: 25px;
left: 25px;
text-indent: -9999px;
background: url(gfx/uword-logo.png) no-repeat;
width: 389px;
height: 79px;	
}

#branding h3 {
position: absolute;
top: 105px;
left: 25px;	
text-indent: -9999px;
background: url(gfx/bbword-logo.png) no-repeat;
width: 388px;
height: 71px;
}

#branding h4 {
position: absolute;
top: 29px;
left: 732px;
text-indent: -9999px;
background: url(gfx/logo.png) no-repeat;
width: 180px;
height: 147px;	
}

#branding h5 {
position: absolute;
top: 185px;
left: 25px;
font-weight: bold;
font-size: 21.7px;
color: #ffffcc;
}

/*--------------------nav------------------*/

#nav {
width: 980px;
height: 31px;
background:url(gfx/navbar.png) no-repeat;
}

#nav li {
float: left;
height: 31px;	
background: url(gfx/sep.png) no-repeat;
padding: 5px 60px 5px 75px;
}

#nav li.first {
background: none;
}

#nav a {
text-decoration: none;
font-weight: bold;
font-size: 1.3em;
color: #ffff99;
}

#nav a:hover, a:focus, a:active {
color: #000099;
}

/*--------------------footer------------------*/


#footer {
position: relative;
clear: both;
width: 980px;
height: 74px;	
background: url(gfx/footer2-bg.jpg) no-repeat;	
text-align: center;	
font-weight: bold;
font-style:italic;
font-size: 16.4px;
color: #000099;
}

.address {
text-align: left;
padding: 15px 0px 0px 25px;	
}

#footer h5 {
text-align: center;
font-size: 6px;
padding: 8px 0px 0px 0px;
color: #000099;	
}

#footer h4 {
text-align: center;
font-size: 6px;
padding: 11px 12px 0px 12px;
color: #9d390a;	
}

/*--------------------content------------------*/
#content {
float: left;
margin: 0px 0px 0px 25px;
width: 610px;
}

#content h3 {
font-weight: bold;
margin: 11px 0px 0px 0px;
font-size: 19px;
color: #000099;	
}

#content img {
float: left;
margin: 5px 14px 5px 0px;
border: 1px solid #000099;	
padding: 3px;
background-color: #9d390a;	
}

#rightcontent  {	
float: right;
width: 280px;	
margin: 15px 30px 10px 10px;
border: 1px solid #000099;
padding: 3px;
background-color: #9d390a;
}

#rightcontent p {
color: #ffffff;
}

#bottom p {
clear: both;
margin: 10px 29px 10px 25px;
padding: 5px 5px;	
font-size: 19px;
background-color: #000099;
border-radius: 5px;
color: #ffffcc;
}

#bottom a {
font-weight: bold;
color: #ffffcc;
}

#bottom a:hover, a:focus, a:active {
color: #3bb9ff;
}

/*--------------------gallery------------------*/

#gallerycontent li {
float: left;
width: 210px;
margin: 5px 20.6px 15px 0px;
border: 2px solid #000099;
padding: 6px 1px 3px 1px;
background-color: #ffff99;
border-radius: 5px;
text-align: center;
list-style: none;
}

#gallerycontent p {
line-height: 1;
font-size: 13px;
color: #9d390a;	
font-weight: bold;
text-align: center;
}


#gcontent {
float: left;
margin: 0px 0px 0px 25px;
width: 960px;
}

#gcontent h3 {
font-weight: bold;
margin: 15px 0px 15px 0px;
font-size: 19px;
color: #9d390a;	
}
/*--------------------contact------------------*/
#map {	
width: 604px;
height: 395px;
margin: 10px 2px 10px 0px; 
padding: 3px 3px 3px 3px;
border: 1px solid #000099;
background-color: #9d390a;
}

#content a {
font-weight: bold;
color: #9d390a;
}

#content a:hover, a:focus, a:active {
color: #3bb9ff;
}