/*
	Copyright (c) 2005-2007 multidimensionstudio.com. All rights reserved.  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#FECCCB;
 background-image:url(img/bg.gif);
 background-repeat:repeat-y;
 background-position:center;
 }
 

h2 {
font-size:13px;
font-weight: normal;
padding: 5px 10px;
border-bottom:#CCCCCC dotted 1px;
margin:0px;}
 

#wrapper { 
 margin: 0 auto;
 width: 922px;
 border-left:#ccc solid 1px;
 border-right:#ccc solid 1px;
}

#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 /* border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;*/

 height: 70px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 background: #fff;
}

#navigation {
 float: left;
 width: 920px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #FF0000;
}

#navigation2 {
 float: left;
 width: 920px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #FF0000;
}

#picture {
 float: left;
 width: 920px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #fff;

}

#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 900px;
 float: left;
 background: #fff;

}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 display: inline;
 background: #fff;

}

#footer { 
 width: 900px;
 clear: both;
 color: #000;

 border-top: 1px solid #ccc;
 background: #F7F7F7;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}



.box1, .box2, .box3{
background-image: url(img/bg_box.jpg);
background-repeat:repeat-x;
float:left;
padding:6px;
border-left:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
width:210px;
height:250px;
margin:20px 0 0px 0px;}

.box1{background:fff;}

.box2{background:fff;}

.box3{background:fff;}





a:link {
	color: #333; text-decoration:none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333; text-decoration:underline;
}
a:active {
	color: #333;
}

.toptext:link { color: #666; text-decoration: none; }
.toptext:active { text-decoration: none; }
.toptext:visited { color: #666; text-decoration: none; }
.toptext:hover { color: #666; text-decoration: none; } 

.footertext { color: #666;} 
