body { 
background: #fff url(../images/bg2.jpg) repeat;
margin : 20px;
text-align : center;

} 


a { 
color : #333;
text-decoration : underline;
} 
a:link { 
color : #000;
text-decoration : underline;
} 
a:visited { 
color : #333;
} 
a:active { 
color : #000;
} 
a:hover { 
color : #0f80e8;
}  


/*******************************
	Featured Marketing Area
********************************/
#fma{
	height:385px;
	margin-bottom:7px;
}
#fma .column{
	float:right;
}

/* First Column */
#fma .column.one{
	position:relative;
	background:url(../images/layout/home/fma-slides-bg.png) no-repeat;
	width:520px;
	height:385px;
	margin-right:12px;
}
#fma .column.one .slides{
	margin:0px 0px 0px 0px;
	width:520px;
	height:385px;
	overflow:hidden;
	position:relative;
}
#fma .column.one .slides a{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#fma .column.one .slides a.active{
	display:block;
}

#fma .column.one .nav{
	position:absolute;
	top:346px;
	left:5px;
}
#fma .column.one .nav a{
	display:block;
	height:25px;
	background:url(../images/fma-buttons-en.png) no-repeat left top;
	position:absolute;
	top:0px;
	text-indent:-99999px;
	overflow:hidden;
}
.fr #fma .column.one .nav a{
	background-image:url(../images/layout/home/fma-buttons-fr.png);
}
.de #fma .column.one .nav a{
	background-image:url(../images/layout/home/fma-buttons-de.png);
}
.jp #fma .column.one .nav a{
	background-image:url(../images/fma-buttons-jp.png);
}

#fma .column.one .nav a.back{
	width:26px;
	left:0px;
}
#fma .column.one .nav a.back:hover{
	background-position:left bottom;
}
#fma .column.one .nav a.next{
	width:27px;
	left:26px;
	background-position:-26px 0px;
}
#fma .column.one .nav a.next:hover{
	background-position:-26px -25px;
}
#fma .column.one .nav a.watch{
	width:103px;
	left:407px;
	background-position:right top;
}
#fma .column.one .nav a.watch:hover{
	background-position:right bottom;
}













#pics_div {

	width:520px;
	height:385px;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
border-width : 0px;
border-style : solid;
border-color : #333;

	
}


#middlecontainer{
position:relative;
width: 720px;
height:420px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color :yellow;

}
 
#middlecontainer2{

width: 720px;
height:420px;
margin: 0px auto;
padding: 57px 0px 0px 0px;
text-align : left;
border-width : 1px;
border-style : solid;
border-color :red;

}

#pages{
position:relative;
width: 570px;
height:400px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}

	
#feature-image {
background-image : url(../images/front1.jpg);
float : left;
width: 520px;
height: 385px;
text-align: left;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 0px;
border-style : solid;
border-color : red;

}

#side {
float : left;
width: 150px;
height:390px;
margin: 0px 0px 0px 0px;
padding:0px 28px 0px 0px;
border-width : 0px;
border-style : solid;
border-color : green;
}

#side_pic {
float : left;
width: 150px;
height:120px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 0px;
border-style : solid;
border-color : #333;
}

#side_pic_container {
width: 150px;
height:120px;
float : left;
margin: 0px 0px 0px 0px;
padding:0px 0px 12px 10px;
border-width : 0px;
border-style : solid;
border-color : #333;
}


	

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px; padding: 10px 0px 0px 0px;
	color: #000;
	text-decoration: none;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #666;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	font-size: 15px;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px; padding: 5px;
	border-bottom: 1px solid #333;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px; padding: 10px 0px 5px 0px;
	color: #545454;
	text-decoration: none;
}
h3 a {
	color: #545454;
	text-decoration: none;
}
h3 a:hover {
	color: #666;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#wrapper{
background: #fff url(../images/bg.jpg) repeat-x;
text-align : center;
width: 720px;
height:650px;
margin: 0 auto 0 auto;
padding: 0px 0 0px 0;
border-width : 3px;
border-style : solid;
border-color : #333;
border-width : 3px;
border-style : solid;
border-color : #000;
}







#topcontainer{
position:relative;
width: 720px;
height:100px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align : left;

}
#header {
float : right;
width: 720px;
height:100px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 0px;
border-style : solid;
border-color : red;
}







#middlecontainer2{
position:relative;
width: 720px;
height:420px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}

#middlecontainer3{
position:relative;
width: 720px;
height:440px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}

#middlecontainer4{
position:relative;
width: 720px;
height:460px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}

#middlecontainer5{
position:relative;
width: 720px;
height:300px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}

#middlecontainer6{
position:relative;
width: 720px;
height:1300px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}
#front {
float : left;
width: 550px;
height:378px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 0px;
border-style : solid;
border-color :  #333333;
}



#front2 {
float : left;
width: 530px;
height:430px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 0px;
border-style : solid;
border-color :  #333333;
}


#contact {

float : left;
width: 550px;
height:390px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 1px;
border-style : solid;
border-color :  #333333;
}


#frontpage {
float:left;
width: 700px;
height:378px;
margin: 0;
padding:0;
border-width : 0px;
border-style : solid;
border-color : red;
}


#footer{
float:left;
width: 700px;
height:102px;
margin: 0;
padding:0;
border-width : 0px;
border-style : solid;
border-color : red;
}




.solid{
border-width : 1px;
border-style : solid;
border-color : #333;

}





#footercontainer{
position:relative;
width: 720px;
height:102px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : blue;

}

#footer_left{
float:left;
width: 300px;
height:102px;
margin: 0;
padding:0;
border-width : 0px;
border-style : solid;
border-color : red;
}


#footer_right{
float:left;
width: 420px;
height:102px;
margin: 0;
padding:0;
border-width : 0px;
border-style : solid;
border-color : red;
}

	





#contact2 {
float : left;
width: 550px;
height:320px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 0px;
border-style : solid;
border-color :  #333333;
}

#contact3 {
float : left;
width: 550px;
height:1290px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-width : 1px;
border-style : solid;
border-color :  #333333;
}