/*
	960 Grid System ~ Specific CSS.

*/

/* Site Specifics
--------------------------------------------------------------------------------*/


body
{
/*	background: #123; */
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/*
h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}
*/
.h1
{
	font-size: 20px;
	color: rgb(0,0,0);
	font-weight: bold;
	text-align: left;
/*	padding: 10px 0 0; */
}
.h2
{
	font-size: 16px;
	color: rgb(0,0,0);
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0;
}

p
{
/*	border: 1px solid #666; */
	overflow: hidden;
/*	padding: 10px 0; */
	text-align: left;
}

.border
{
	border: 1px solid #666;

}

.bot
{
vertical-align: bottom;
}

.vAlign
{
	position:relative;
	bottom: 0px;
	
}

.colorBackgr
{
/* 	background-color: rgb(178,178,178); */
}

.colorBackgrWhite
{
	background-color: rgb(256,256,256);
}

.home
{
	font-size: 12px;
	color: rgb(110,110,110);
	font-weight: bold;
	text-align: right;
	padding-right: 10px;

}

.nav
{
	font-size: 16px;
	color: rgb(110,110,110);
/*	font-weight: bold; */
	text-align: right;
}


.navTop
{
	font-size: 12px;
	color: rgb(110,110,110);
	font-weight: bold;
	text-align: left;
	padding-left: 10px;

}
.pageCount
{
	font-size: 40px;
	color: rgb(178,178,178); 
/*	color: rgb(110,110,110); */
	font-weight: bold;
	text-align: right;
	line-height: 100%;
 
}


.teaser
{
	font-size: 18px;
	color: rgb(178,178,178);
	font-weight: bold;
	text-align: left;
}

.text_start
{
	font-size: 12px;
	color: rgb(0,0,0);
	font-weight: normal;
	text-align: left;
}

.title
{
	font-size: 36px;
	color: rgb(178,178,178);
/*	font-weight: bold; */
	text-align: center;
}

.title2
{
	font-size: 18px;
	color: rgb(178,178,178);
/*	font-weight: bold; */
	text-align: center;
}

.container_12
{
/*	background: #fff url(data/img/960grid.png) repeat-y; */
	margin-bottom: 20px;
}

.container_16
{
 /* background: #fff url(../data/img/background/dev/960grid.png) repeat-y; */
 background: #fff url(../data/img/background/background_02.jpg) repeat-y;  
}