@import url("text.css");
@import url("form.css");
/*  test style */
* { margin: 0pt; padding: 0pt; }

/* main block level layout

url("http://www.middleforkspecials.com/asset/shadow1.gif") 50% 0 repeat-y

 */



body
{
text-align:center;
font:11px/1.4em Arial, Helvetica, sans-serif;
background: #333222;
}

#container
{
margin: 0 auto;
padding:0px;
width:765px;
background: #fff;
}
#head
{
width:765px;
height:67px;
background-color:#fff;
background-image: url(../asset/head.jpg);
background-repeat:no-repeat;
}
/* menu style */
#menu
{
position:relative;
width:765px;
height:34px;
background-color:#FFFFEA;
}

/*  photo main and box style */
#photomain
{

width:765px;
height:180px;
background-image: url(../asset/photo_main.jpg);
background-repeat:no-repeat;
background-color: #fff;
}

#box1
{
float:left;
margin:80px 1px 0 0;
width:100px;
height:100px;
background-color: #696A24;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity:  0.7;
}

#box2
{
float:left;
margin:80px 0 0 0;
width:100px;
height:100px;
background-color: #696A24;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity:  0.7;
}

/* content styles */
#content
{
width:765px;
}
/* left content*/
#contentleft
{
float:left;
margin:20px 0 0 0;
width:202px;
}

/*center nav*/
#contentcenter
{
position:relative;
float:left;
width:201px;
height:1%;
display:none;
}

#cc1
{
float:left;
width:100px;
height:100px;
background-color: #AA0000;
}
#cc2
{
float:right;
width:100px;
height:100px;
background-color: #AA0000;
}
#cc3
{
clear:both;
width:203px;
}
/*main content*/
#contentright
{
float:right;
width:562px;
background:#F0F0DF;
border-left:1px solid #eee;
}
#footer
{
clear:both;
background-color:#aa0000;
border-top:1px solid #333;

}
