/* GENERAL */

html
{
    height: 95%;
}

body {
		margin: 0px;
		padding: 0px;
		height: 100%;
		min-height: 650px;
		background-image:url(../images/back.jpg);
		font-size: 62.5%;
	}
	
div#backgrounds
{
	height: 100%;
	width:100%;
	left: 0px;
	position: fixed;
	top: 0px;
	background-image:url(../images/ug_logo.jpg);
	background-repeat:no-repeat;
}



/* LEFT COLUMN */


div#left_column
{
	left: 0;
    top: 0;
    width:190px;
	height:100%;	
}


div#contact_bottom

{
	position: fixed;
	padding: 0 0 0 45px;
	top:285px;
	width:185px;
	height:190px;
	font-family:"Verdana";
	font-size:10px;
	color:#fff;
	letter-spacing: 1px;
	line-height: 16px;
}

div#contact_bottom a:link, div#footer a:visited
{
    color: #cc0000;
    text-decoration: none;
}

div#contact_bottom a:hover, div#footer a:active
{
    color: #FFF;
    text-decoration: none;
}

.issue
{
	font-family:"Verdana";
	font-size:10px;
	color:#fff;
	letter-spacing: 1px;
	line-height: 19px;
}

.red

{
	color:#cc0000;
}

div#issue_preview

{
	left:45px;
	padding: 1px 1px 1px 1px;
	position: fixed;
	top:345px;
	width:129px;
	height:180px;
	text-align:center;
	
}

.issue_link
{
	color: #cc0000; 
	text-align: center; 
	font-size: 10px;
}

div#issue_preview a:link, div#footer a:visited
{
    color: #cc0000;
    text-decoration: none;
	font-size:10px;
	line-height: 20px;
}

div#issue_preview a:hover, div#footer a:active
{
    color: #FFF;
    text-decoration: none;
	font-size:10px;
	line-height: 20px;
}

div#issue_preview a:visited
{
    color: #FFF;
    text-decoration: none;
	font-size:10px;
	line-height: 20px;
}


/* LINKS */

div#menu
{
    width: 185px;
    position: fixed;
    top: 115px;
	font-family:"Geneva", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-indent:5px;
}

div#menu ul
{
    list-style: none;
    line-height: 22px;
}

div#menu ul a:link, div#menu ul a:visited
{
    color: #FFF;
    text-decoration: none;
}

div#menu ul a:hover, div#menu ul a:active, div#menu ul a.active
{
    color: #cc0000;
    text-decoration: none;
}

div#menu .menu_nolink
{
    width: 157px;
    top: 165px;
	line-height:22px;
	text-indent:5px;
	font-family:"Geneva", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#cc0000;
}


/* CONTENT */

div#banner_top
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 35px;
	left: 325px;
	overflow: none;
}

div#banner_side
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 55px;
	overflow: none;
}

div#content
{
	width: 60%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 240px;
	font-family: Verdana;
	letter-spacing:1px;
	font-weight: normal;
	padding: 0px 15px 25px 15px;
}

div#content2
{
	width: 60%;
	height: 100%;
	position: absolute;
	top: 110px;
	left: 240px;
	font-family: Verdana;
	letter-spacing:1px;
	font-weight: normal;
	padding: 0px 15px 25px 15px;
}


div#content a:link, div#content a:visited
{
	color: #cc0000;
	text-decoration: none;
}

div#content a:hover, div#content a:active, div#content a.active
{
    color: #FFF;
    text-decoration: none;
}

div#content2 a:link, div#content a:visited
{
	color: #cc0000;
	text-decoration: none;
}

div#content2 a:hover, div#content a:active, div#content a.active
{
    color: #FFF;
    text-decoration: none;
}

.heading
{
	font-family: Geneva;
	color: #FFF;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.6em;
	font-size: 2em;
	padding:2px 25px 1px 5px;
}


.body_text
{
	font-family: Verdana;
	color: #FFF;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 1px;
	line-height: 1.6em;
	font-size: 1.1em;
	padding:1px 0 1px 0;
	
}



/* FOOTER */	
	

div#footer

{
	background: #cc0000;
	height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #FFF;
	font-size: 8px;
	font-family: "Geneva", sans-serif;
	letter-spacing: 2px;
}

.footer1
{
	color: #FFF;
	font-size: 8px;
	font-family: "Geneva", sans-serif;
	letter-spacing: 2px;
}

div#footer2

{
	background: #000000;
	height: 41px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

div#footer ul

{
	list-style: none;
}

ul#credits

{
	padding: 8px 0 0 250px;
    float: left;
}

div#footer a:link, div#footer a:visited
{
	color: #fff;
    text-decoration: none;
	border-style: none;
}

div#footer a:hover, div#footer a:active
{
	color: #000;
    text-decoration: none;
	border-style: none;
}

/* HEADINGS */




/* opacity code

	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	
	
*/
	
