/**
 * Style Sheets file for horoscope applicatioin
 * author: Derick Koo (derick.koo@conric.com)
 */
 
* {
	margin:0;
	padding:0;
	border:0;	
}

img {
    border-width: 0;
}

body {
    background-color: #e7e5d0;
    font-size: 11px;
    font-family: "helvetica", arial, sans-serif;	
}

p {
    margin: 12px 5px 12px 5px;
}

a:link, a:visited {
	color:#620680;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #206ba4;
	text-decoration: underline;
	font-weight: bold;
}

#header {
    width: 950px;
    margin: 15px auto 15px auto;
}


#mainBox {
    margin: 0 auto;
    width: 950px;
    background-color: #e7e5d0;
    color: #000;
}

#footer {
    width: 950px;
    margin: 20px auto;
    text-align: center;
    font-weight: lighter;
}

#left {
    float: left;
    width: 150px;
	margin:0 0 0 0;
}

#lateralMenuleft {
    font-size: 12px;
    font-weight: bolder;
    list-style-type: none;
	background-color:#fff;
	background-image:url('../img/header_column.gif');
	background-repeat:no-repeat;
	padding-top:31px;
	padding-bottom:15px;
}

#lateralMenuleft li {
	padding-top:10px;
	margin: 0px 8px;
}

#lateralMenuleft li a {
    color: #620680;
}

#middle {
    float: left;
    width: 800px;
}

#middle h1 {
	color:#620680;
	text-align: center;
    font-weight: bolder;
    font-size: 18px;
	padding:15px 0 0 0;
	}

#footer a {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
    color: #f00;
}



/** Class declaration section **/
.Clear {
    clear: both;
    width: 0;
    height: 0;
}

.Center {
    text-align: center;
}

.PosCenter {
    margin: 0 auto;
}

.FLeft {
    float: left;
}

.Title {
    text-decoration: underline;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
}


.B {
    font-weight: bolder;
}

.U {
    text-decoration: underline;
}

.I {
    font-style: italic;
}

.Big1 {
    font-size: 13px;
}

.Big2 {
    font-size: 15px;
}

.Hide {
    display: none;
}

 
