/* @override http://www.glli.org/images/conference2008/styles.css */

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, 
helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: url(http://www.glli.org/images/conference2008/background_02.jpg) repeat-x;
}

* {
	padding: 0;
	margin: 0;
}

img:hover {
	background-image: none;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, 
helvetica, sans-serif; }

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {text-decoration: underline;}
a:link { color: black;
	font-weight: bold;
	text-decoration: none;
}
a:visited { color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #c1282d; 
text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	padding: 0;
	text-decoration: none;
}


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
        font-family: helvetica, arial, verdana, sans-serif;
        font-weight: normal;
}

/* approx 21px*/
h1 {
        font-size: 2.1em;
        margin-top: 2em; 
}

/* approx 16px*/
h2 {
        font-size: 1.6em;
        margin-bottom: 1em; 
}

/* approx 14px*/
h3 {
        font-size: 1.4em;
}

/* approx 12px*/
h4 {
        font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}

#column1 p {
}

#container {
	width: 868px;
	margin-left: 62px;
}

html {
	margin: 0;
}

#logo {
	width: 124px;
	height: 124px;
	float: left;
	background-color: #7e0009;
	background-image: url(http://www.glli.org/images/conference2008/conf_template_02.jpg);
}

#menu {
	height: 124px;
	float: none;
	clear: none;
	width: 496px;
	left: 124px;
	position: relative;
	padding-left: 248px;
}

#header {
	margin-bottom: 62px;
}

#body {
	width: 372px;
	float: left;
}

#column1 {
	width: 248px;
	float: left;
	padding-top: 62px;
}

#column2 {
	width: 248px;
	float: left;
	padding-top: 62px;
}

#footer {
	clear: both;
	padding-top: 60px;
}

div.col2_text {
	padding-left: 7px;
	padding-top: 8px;
	padding-right: 16px;
}

div.body_p {
	padding-right: 16px;
}

ul {
	margin-left: 14px;
}

li {
	padding-bottom: 6px;
	padding-left: 11px;
}