/*
    lightgrey   :   #ebebeb
    darkgrey    :   #656462
    techworldblue :   #007b9e
*/

/***************************************************************************************************/
/* OVERALL ELEMENTS                                                                                 */
/***************************************************************************************************/
* {
    padding: 0;
    margin: 0;
}

body {
	font-family:Arial, verdana, sans-serif;
	background-color: #ebebeb;
	color: #656462;
	text-align: center;
}

body,table
{
    font-size: 12px;
}

#h1wrapper
{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    padding:26px 25px 0 33px;
    background:transparent url(/images/layout/bg_top.gif) top left no-repeat;
}

h1
{
    width:935px;
    height:62px;
    display:block;
    overflow:hidden;
}

h1 a
{
    padding-top:62px;
    display:block;
}

#stukje
{
    background:transparent url(/images/layout/stukje.gif) top left no-repeat;
    width:79px;
    height:21px;
    line-height:0px;
    margin-left:51px;
}

h2 {
	color: #656462;
	margin: 0 0 12px 0;
}

h3 {
	font-weight: bold;
	font-size: 11px;
}

h4
{
    font-size:1.2em;
}

p {
	margin: 0 0 17px 0;
}

a {
	text-decoration: none;
	color:#007B9E;
}

ul {
	list-style-position:inside;
}

a img
{
    border-width:0px;
}

.listsize {
	color: #007B9E;
	font-size: 10px;
}

.listtext {
	color: #616a73;
	font-size: 12px;
}

/***************************************************************************************************/
/* STRUCTURAL ELEMENTS                                                                             */
/***************************************************************************************************/

#content {
    background:transparent url(/images/layout/bg.gif) top left repeat-y;
    padding:0 25px 0 33px;
}

#content .content_items {
	margin: 0px;
	background-color: #ffffff;
	padding: 25px 0 0 10px;
	position:relative; /* lovely IE hack to trigger HasLayout */
	float:left;
	width:750px;
}

#sponsorcolumn
{
    float:right;
}

.spacer
{
	clear: both;
	font-size: 0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}

.gainlayout {
	position:relative;
}

.triggerlayoutheight
{
    height:1em;
}

#footerimage
{
    background:transparent url(/images/layout/bg_bottom.gif) top left no-repeat;
    height:38px;
}

#idgwebring
{
    text-align:center;
}

/***************************************************************************************************/
/* HEADER & MENU ELEMENTS                                                                          */
/***************************************************************************************************/

#wrapper {
	text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 993px;
}

.zebra1
{
    background-color:#ebebeb;
}
.zebra2
{
    background-color:#fefefe;
}

#eventspecs
{
    width:100%;
    background:#ffffff url(/images/layout/eventspecsbg.gif) top left repeat-x;
    color:#ffffff;
    padding:0 20px;
    margin:2em 0;
    font-size:0.9em;
}
#eventspecs th
{
    text-align:left;
    color:#ffffff;
    font-size:1.2em;
}
#eventspecs span
{
    font-weight:bold;
    padding-right:0.1em;
}
#eventspecs a
{
    color:#007b9e;
}
