/* CSS framework which lies ontop of 960 system http://960.gs/  */

/* Grid system customizations */

.grid_16 {
	margin-left: 0px;
	margin-right: 0px;
}

.grid_5 {
	margin-right: 0px;
	margin-left: 19px;

}

.container_16 .grid_5 {
	width: 280px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 960px;
}

/* main */

img {
border: 0px;
}

body {
background-image: url(../images/ServiceModules/GalaEvent/site_bg.gif);
background-repeat: repeat-x;
background-color: #FFF;
}
#main_container {
margin-top: 10px;
border: 0px solid #000;
background-color: #fff;
}

/* header */

#header{
background-color: #fff;
height:235px;
}

#header h1{
padding: 0px 0px 0px 5px; 
color: #fff
}

/* nav */ 


/* content */

#content {
width: 958px;
border-left: 1px solid #9D9D9D;
border-right: 1px solid #9D9D9D;
}

#leftcol {
background-color: #fff;
}

#rightcol {
background-image: url(../images/ServiceModules/GalaEvent/content_column_right_bg.gif); 
background-repeat: no-repeat;
}

a.buttons:link, a.buttons:visited {
background-color: #666;
border: 1px solid #000;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 5px;
margin: 5px;
display: block;
text-align: center;
}

a.buttons:hover, a.buttons:active {
text-align: center;
background-color: #fff;
border: 1px solid #fff;
color: #666;
font-weight: bold;
text-decoration: none;
padding: 5px;
margin: 5px;
display: block;
}



/* footer */

#footer {
border-top: 1px solid #ccc;
text-align: center;
color: #666; 
font-size: 11px;
}

#footer_left div{
text-align: left;
padding: 5px 0px 5px 10px;
}

#footer_right div {
text-align: right;
padding: 5px 10px 5px 0px;
}

/* general */

.divContainer {
padding: 0px 10px 10px 10px;
}

.white_box {
color: #000;
border: 1px solid #999;
background-color: #fff;
padding: 5px; 
display: block;
width: 200px; 
margin: 5px auto;
clear: both;
}

.dottedLine {
border-bottom: 1px dotted #000;
margin: 15px auto;
width: 90%;
}

.twtr-widget {
margin-left: 17px; 
margin-top: 15px;
}

#breadcrumb {
font-size: 13px; 
padding: 5px 0px 10px 0px;
}

#breadcrumb div{
padding-left: 10px;
}

#breadcrumb a:link,#breadcrumb a:visited {
font-size: 11px;
color: #666;
text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
font-size: 11px;
color: #666;
text-decoration: underline;
}

#print {
text-align: right;
padding: 5px 0px 10px 0px;
}

#print a:link,#print a:visited {
font-size: 11px;
color: #666;
text-decoration: none;
}

#print a:hover, #print a:active {
font-size: 11px;
color: #666;
text-decoration: underline;
}
