/* This is my first designs using CSS, Please visit me at http://www.studio7designs.com or email aran@studio7designs.com if you have any questions. Thanks, and have fun!
CSS layout: 
menuºì£º#AE0560
menu±³¾°Ç³ºì£º#fce3f1;
*/

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: #c0c0c0;
text-align:center;
}

td img {display: block;}

#menu {
clear: left;
float: left;
width: 129px;
margin: 0 0 0px 0px;
padding: 0;
font-size: 0.9em;
height:800px;
text-aligh:left;
}

#menu2 {
clear: left;
float: left;
width: 129px;
margin: 0 0 0px 0px;
padding: 0;
font-size: 0.9em;
height:500px;
text-aligh:left;
}

#menu ul,#menu2 ul {	
list-style: none;
width: 100px;
margin: 0 0 10px 0px;
padding: 0;
font-size: 1.1em;
text-aligh:left;
background-color: #fce3f1;
}	

#menu li,#menu2 li {
margin-bottom: 4px;
}

#menu a,#menu2 li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #AE0560;
display: block;
padding: 5px 0 0 0px;
background: #fce3f1;
border-left: 5px solid #AE0560;
}	

#menu a.cur,#menu2 li a.cur {
background: #AE0560;
color: #ffffff;
border-left: 5px solid #AE0560;
}

#menu a:hover,#menu2 li a:hover {
background: #AE0560;
color: #ffffff;
border-left: 5px solid #AE0560;
}

#main{
 height:820px;
 background-color:#fef1f8;
 border-left:1px solid #b9b9b9;
}

#main2{
 height:520px;
 background-color:#fff4f9;
 border-left:1px solid #b9b9b9;
}

.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 0px;
}

.redbox {
background-color: #fef1f8;
border: 0px solid #ae0560;
padding: 0px;
margin-left: 15px;
margin-top: 15px;
float:left;
}
.imgborder{
border: 1px solid #ae0560;
}


.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
padding: 5px;
margin: 0px;
}

h1{
font-size:12px;
margin-top:4px;
font-weight:normal;}

h1.head{
font-size:12px;
margin-top:30px;
margin-left:65px;
font-weight:normal;
text-align:left;
color:#fce3f1;
}

h2{
font-size:12px;
margin:0px;
font-weight:normal;
display:inline}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

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

a:hover {
text-decoration: underline;
color: #AE0560;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px solid #b9b9b9;
text-align: center;
color: #999999;
font-size: 12px;
background-color: #FFFFFF;
}

#footer a {
color: #999999;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

b{
font-weight:normal;
color:#999999;
}