/*----------------------------- define body width to 750px , not limiting to 800px fixed width resolution -------------------*/

body
{
background-color:#c0c0c0;
font-family:Verdana, Geneva, sans-serif;
padding:0;
font-size:12px;
margin:0px auto auto auto;
color:#000000;
}

/*----------------------------- give spacing -------------------*/

.clear
{
clear:both;
}

/*----------------------------- default paragraphs formatting -------------------*/
p
{
padding:5px 0 5px 0;
margin:0px;
text-align:justify;
line-height:19px;
}

p.details
{
font-size:14px;
}

/*----------------------------- div id for entire content -------------------*/
#wrap
{
width:1024px;
height: auto;
margin:auto;
background-color:#FFFFFF;
}

/*----------------------------- header image with conference information  -------------------*/
.header
{
width:1024px;
height:182px;
background:url(../images/text.png) no-repeat center;
}


/*-----------------------------  padded from left for QUT Swimming Club Logo and if any promo -------------------*/
.logo
{
padding:10px 0 0 18px;
float:left;
width:10px;
height:140px;
}

.logo img
{
border:0px;
}


/*----------------------------- Mouse over menu with repeated background image -------------------*/
#menu
{
width:680px;
height:41px;
margin:2px 0 0 26px; /* top first */
background:url(../images/menu_bg.png) repeat-y;
}

/*----------------------------- eliminate bullets for ul and li tags -------------------*/
#menu ul
{
list-style:none; /* eliminate bullet */
padding:9px 0 0 10px;
margin:0px;
}

#menu ul li
{
display:inline; /* display bullet in horizontal */
padding:0px;
margin:0px;
height:27px;
}

/*------------------------------------ div wrap center conent --------------------*/

.center_region /* to contain to other left and right partition */
{
width:1024px;
padding:0px 0 0 0;
/*background:url(../images/center.gif) repeat-y center; /* repeated y background for the page */
}

.left_region
{
width:240px;
float:left;
padding:20px 0 20px 20px;
}

.right_region
{
width:720px;
float:right;
padding:20px 40px 0 0;

}

.merge_region
{
width:960px;
float:left;
padding:20px 0 20px 20px;
}


/*--------------- forms on right side bard - box border ------------------*/

.link_subtitle
{
	position:absolute;
	top:-11px;
	width:205px;
	height:16px;
	text-align:left;
	padding-top:5px;
	padding-bottom:2px;
	color:#000;
	font-size:20px;
	float:left;

}

.link_section
{
width:210px;
float:left;
padding-right:15px;
padding-bottom:35px;
/*margin:10px 10px 0px 5px;*/
position:relative;
}

.link_section .links
{
margin-left:12px;
padding:4px;
display:block;

}

.link_section .links a
{
color:#283891;
text-decoration:none;
font-weight:bold;
}

.link_section .links a:hover
{
color:#000;
font-weight:bold;
}

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

.footer
{
height:710px;
/*background-color:#F93;*/
background-color:white;
}

.left_footer
{
float:left;
padding-top:20px;
width:240px;
padding-left:8px;
padding-right:8px;
position:relative;
}

.right_footer
{
float:right;
/*width:190px;*/
width:240px;
padding-top:20px;
padding-left:8px;
padding-right:8px;
position:relative;
}


.footer_subtitle
{
position:absolute;
width:240px;
height:160px;
text-align:center;
padding-top:5px;
padding-bottom:2px;
color:#000;
font-size:20px;
float:left;
}

.footer_sep
{
background-image:url(../images/sepf.png);
background-size:240px 10px;
background-repeat:no-repeat;
height:auto;
display:block;
}

.footer a
{
text-decoration:none;
padding:0 5px 0 5px;
color:#333;
}

.footer p
{
text-decoration:none;
padding:0 5px 0 5px;
color:#333;
}

.sep
{
	background-image:url(../images/sep.png);
	background-repeat:no-repeat;
	height:10px;
	margin-top:3px;
}

.sep_l
{
	background-image:url(../images/sep_l.png);
	background-repeat:no-repeat;
	height:auto;
	display:block;
}

/*----------------------------- workshop images autoclipped to a 100x100 div -------------------*/

#wsDiv 
{
height:100px;
width:100px;
}
#wsDiv img
{
max-width:100%; 
max-height:100%;
margin:auto;
display:block;
}

