body {
	margin: 0px;
	background-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#030c21;
	padding-top: 9px;
	background-image: url(images/concept_media_design_BG.gif);
	background-repeat: repeat-x;
	text-align:justify;
}
a:link {
	color:#2a5874;
	text-decoration:none;
}
a {
	color:#2a5874;
	text-decoration:none;
}

a:hover {
	color: #030c21;
	text-decoration:underline;
}
a.active {
	color:#000000;
	text-decoration:underline;
}

h1 {
	font-size: 12px;
	color: #2a5874;
	font-weight:bold;
	margin-top: 2px; 
	margin-bottom: 2px;
}
h2 {
	font-size: 12px;
	color: #2a5874;
	margin-top: 10px; 
	margin-bottom: 2px;
}



/* --------container to center the layout------------ */
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/concept_media_design_contai.gif);
	background-repeat: repeat-y;
}
#outter {
	background-image: url(images/concept_media_branding.jpg);
	background-repeat: no-repeat;
	height: 269px;
	width: 275px;
	float:left;
	clear:both
}
#outter2 {
	margin-top:135px;
	background-image: url(images/concept_media_branding.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 275px;
	float:left;
	clear:both
}

/* --------Top Rounded Edges-------------*/
#banner {
	height: 7px;
	width: 760px;
	background-image: url(images/concept_media_design_top.gif);
	background-repeat: no-repeat;
}
#bottom {
	height: 7px;
	width: 760px;
	background-image: url(images/concept_media_design_bot.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;

}

/* --------------left navi------------- */
#left {
	clear: left;
	float: left;
}
#left li,#left ul,#left a{
	width: 190px;
	text-decoration:none;
	list-style-type: none;
	line-height:25px;
	list-style-image: none;
	padding: 0;
	margin-left: 20px;
}


#left a:hover {
	text-decoration:underline; 
}

/* -----------------content--------------------- */
#content {
	line-height:20px;
	min-height:754px;
	margin-left: 295px;
	margin-top: 30px;
	text-align: justify;

}
#contentImages{
	width: 210px;
	float: right;
	margin-right: 32px;
}



/* -----------footer--------------------------- */
#footer {
	background-image:url(images/concept_media_footer.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 35px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:760px;
	text-indent: 40px;
}


/* -----------Gallery--------------------------- */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #40697d;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #061f25;
}

#thumbBox .footerbar{ 
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 10px;
color: #FFFFFF;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
text-align:center;
background-color: #40697d;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
line-height:25px;
font-size: 11px;
color: #FFFFFF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #1D1D20;
background-color: #f9f6ee;
padding: 5px;
z-index: 5;
}
