#page-container {
	width: 1024px;
	margin: auto;
}
html, body {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
} 
img.floatLeft { 
    float: left; 
    margin-right: 6px; 
    margin-bottom: 6px; 
}
img.floatRight { 
    float: right; 
    margin-left: 6px; 
    margin-bottom: 6px; 
}
img.RightPadBoxGray { 
	padding-right: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #464646;
	background-image: url('../images/glasgow_2008_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height: 100%;
}
.hidden {
	display: none;
}
#header {
	height: 239px;
}
/******************************* Menu 1 starts here *******************************/

#menu1
{
	width: 199px;
}
#menu1 ul
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	display: inline;
}
#menu1 li
{
	display: inline;	/* for IE5 and IE6 */
}
#menu1 a
{
	color: #fff;
	font-size: 0.75em;
	display: block;
	padding: 6px;
	width: 187px; /* to get this subtract the total padding value */
	background-color: #f1f1f1;
	border-bottom: 1px solid #e9e9e9;
}

#menu1 a:link, #menu1 a:visited
{
	color: #3f3f3f;
	text-decoration: none;
}

#menu1 a:hover
{
	background-color: #1488cd;
	color: #fff;
	text-decoration: none;
}

#menu1 li a#current
{
	border-bottom: 3px solid #3cc8ed;
	background: #1488cd;
	font-weight: bold;
	color: #fff;
}
#menu1 li a#sub
{
	border-bottom: 0px solid #ffffff;
	background: #6eb0db;
	color: #ffffff;
	padding-left: 20px;
	width: 173px;
}
#menu1 li a#sub:hover
{
	background-color: #1488cd;
	color: #fff;
	text-decoration: none;
}
#menu1 li a#subcurrent
{
	border-left: 10px solid #a6ce39;
	border-bottom: 0px solid #ffffff;
	background: #3d97cd;
	color: #ffffff;
	padding-left: 10px;
	width: 173px;
	font-weight: bold;
}
/******************************* Menu 1 ends here *******************************/
#wrapper {
	width: 464px;
	height: 120px;
	padding: 5px;
	border: 1px solid #d7d7d7;/*the border*/
	background-color: #f6f6f6;
}
#content {
	padding-right: 26px;
	padding-left: 26px;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-x;
	height: 100%;	
}
#content .pageimgheader {
	float: right;
}
#content .column1 {
	margin-top: 0px;
	margin-left: 8px;
	line-height: 18px;
	width: 199px;
	float: left;
}
#content .column2 {
	margin-top: 0px;
	margin-left: 220px;
	padding-top: 20px;
	line-height: 155%;
	width: 495px;
	font-size: 0.80em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#content .column2 a {
	color: #1488cd;
	text-decoration: none;	
}
#content .column2 a:hover {
	text-decoration: underline;
}
#content .column2wide {
	margin-top: 0px;
	margin-left: 220px;
	padding-top: 20px;
	line-height: 155%;
	width: 735px;
	font-size: 0.80em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#content .column2wide a {
	color: #1488cd;
	text-decoration: none;	
}
#content .column2wide a:hover {
	text-decoration: underline;
}

#content .column3 {
	float: right;	
	padding-top: 20px;
	padding-right: 8px;
	line-height: 155%;
	width: 240px;
	font-size: 0.8em;
}
#content .columnleft {
	float: left;
	width: 245px;
	font-size: 0.90em;
	color: #878787;
}
#content .columnright {
	float: right;
	width: 230px;
	font-size: 0.90em;
	color: #878787;
}
#content .corpcolumnleft {
	float: left;
	width: 100px;
	color: #878787;
}
#content .corpcolumnright {
	float: right;
	width: 390px;
	color: #878787;
}
#content ul.arrow {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.arrow li{
	background: url('../images/icons/arrow3.png');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}
#content ul.arrowbluebg {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.arrowbluebg li{
	background: url('../images/icons/arrowbluebg.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}

#content ul.arrowgreen {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.arrowgreen li{
	background: url('../images/icons/arrow1.png');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}
#content ul.pdflist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 210%
}
#content ul.pdflist li{
	background: url('../images/icons/icon_pdf.gif');
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.8em;
}

hr {
	border: none 0; 
	border-top: 1px solid #efefef;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

#content .boxgray{
	width: 230px;
	height: 68px;
	padding: 5px;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
	background-image: url('../images/img_txt_box.gif');
	background-repeat: no-repeat;
}
#content .boxgray a {
	color: #878787;
	text-decoration: none;
}
#content .boxgray a:hover {
	color: #878787;
	text-decoration: underline;
}
#content .caption {
	font-size: 0.85em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}
#content .middleboxgray{
	width: 464px;
	height: 210px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #eff8df;
}
#content .middleboxgray a {
	color: #6d9b04;
	text-decoration: none;
	font-weight: bold;
}
#content .middleboxgray a:hover {
	color: #6d9b04;
	text-decoration: underline;
}
#content .middleboxgray-title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #6d9b04;
}
#content .inboxminileft{
	float: left;
	width: 148px;
}
#content .inboxminimiddle{
	padding: 0px 154px 5px 156px;
	margin: 0px;
}
#content .inboxminiright{
	float: right;
	width: 148px;
}
#content .titleheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ffffff;
	letter-spacing: -1px;
}
#content .titleheadingsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #ffffff;
}
#content .pageheadingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #8cc117;
	line-height: 190%;
}
#content .pagesubheadingtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #0099cc;
}
#content .abstracts{
	width: 220px;
	padding: 5px;
	padding-top: 118px;	
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #094083;
	background-image: url('../images/call_for_abstracts.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
}
#content .abstracts a {
	color: #ffffff;
	text-decoration: none;
}
#content .abstracts a:hover {
	color: #a4d0ff;
	text-decoration: underline;
}
#content .corporate {
	width: 215px;
	padding: 5px;
	padding-top: 118px;	
	padding-left: 10px;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #094083;
	background-image: url('../images/corp_spons.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
}
#content .corporate a {
	color: #ffffff;
	text-decoration: none;
}
#content .corporate a:hover {
	color: #a4d0ff;
	text-decoration: underline;
}
#content .partnerprog {
	width: 215px;
	padding: 5px;
	padding-top: 118px;	
	padding-left: 10px;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2b6f9e;
	background-image: url('../images/partners_programme.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
}
#content .partnerprog a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#content .partnerprog a:hover {
	color: #9ae5f6;
}
#content .tenpercent {
	width: 220px;
	padding: 5px;
	padding-top: 70px;	
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #094083;
	background-image: url('../images/10_discount.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
}
#content .tenpercent a {
	color: #ffffff;
	text-decoration: none;
}
#content .tenpercent a:hover {
	color: #a4d0ff;
	text-decoration: underline;
}
#earlybird {
	width: 220px;
	padding: 5px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/red_bg.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	line-height: 18px;
}
#content .highlightboxsmall{
	width: 220px;
	height: 101px;
	padding: 5px;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
	background-image: url('../images/highlight_small_box.gif');
	background-repeat: no-repeat;
}
#content .highlightboxsmall a {
	color: #878787;
	text-decoration: none;
}
#content .highlightboxsmall a:hover {
	color: #878787;
	text-decoration: underline;
}
#content .highlightboxbig{
	width: 220px;
	height: 273px;
	padding: 5px;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
	background-image: url('../images/highlight_big_box.gif');
	background-repeat: no-repeat;
}
#content .highlightboxbig a {
	color: #878787;
	text-decoration: none;
}
#content .highlightboxbig a:hover {
	color: #878787;
	text-decoration: underline;
}
#content .photowinnerbox1{
	width: 230px;
	padding: 5px;
	text-align:center;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	background-image: url('../images/photowinnerbg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}
#content .photowinnerbox1 a {
	color: #ffffff;
	text-decoration: none;
}
#content .photowinnerbox1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#content .photowinnerbox{
	width: 230px;
	height: 283px;
	padding: 5px;
	text-align:center;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
	background-image: url('../images/photowinnerbox.gif');
	background-repeat: no-repeat;
}
#content .photowinnerbox a {
	color: #878787;
	text-decoration: none;
}
#content .photowinnerbox a:hover {
	color: #878787;
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 57px;
	width: 100%;
	padding: 0px;
	padding-top: 25px;
	background-color: #ffffff;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer #altnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: center;
	background-color: #f3f3f3;
	height: 100%;	
	margin-top: 25px;
}
/*#footer {
	clear: both;
	height: 57px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	line-height: 18px;
	background-color: #f3f3f3;

}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer #altnav {
	width: 100%;
	float: center;
	text-align: center;
}
*/
