/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

a {
 color: #800080;
 text-decoration: none;
}

a:hover {
 color: #800080;
 font-style: italic;
 text-decoration: none;
}

a:active {
 color: #800080;
}

a:link {
 color: #800080;
}

a:visited {
 color: #800080;
}

body {
 background-attachment: fixed;
 background-color: #d8d8f0;
 background-image: url("images/background.jpg");
 color: #800080;
 font-family: Tahoma, Verdana, sans-serif;
 font-size: 1em;
 font-style: normal;
 margin: 5px;
 padding: 0;
}

form {
 margin: 0;
 padding: 0;
}

h1 {
 font-style: italic;
 text-transform: lowercase;
}

h2 {
 font-style: italic;
 text-transform: lowercase;
}

h3 {
 font-style: italic;
 text-transform: lowercase;
}

img {
 border: 0;
}

table {
 border: 0;
}

/* Class */

/* Box 1 */
.box1 {
 background: #d8d8f0 url(images/header.jpg);
 background-repeat: no-repeat;
 height: 114px;
 margin-bottom: 5px;
 padding: 0;
 width: 768px;
}

.box1 h1 {
 color: #800080;
 float: left;
 font-size: 2.5em;
 margin: 40px;
 padding: 0;
}

/* Box 2 */
.box2 {
 float: right;
 margin-bottom: 5px;
 width: 550px;
}

.box2 p {
 margin: 0;
 padding: 0;
}

.box2 .content {
 background: #E0E6FA url(images/rainbow_bg_corner.jpg) no-repeat right bottom;
 margin: 0;
 padding: 10px;
}

.box2 .content a {
 color: purple;
 text-decoration: underline;
}

.box2 .content a:hover {
 font-style: italic;
 text-decoration: none;
}

.box2 .content ul {
 list-style: circle outside;
 margin: 0;
 padding-left: 20px;
}

.box2 h2 {
 color: #800080;
 font-size: 1.5em;
 margin: 0;
}

.box2 h3 {
 color: #800080;
 font-size: 0.5em;
 margin: 0;
}

.box2 .post {
 background: #E0E6FA url(images/rainbow_bg_faint.jpg) no-repeat left bottom; padding: 5px 10px;
 margin: 0;
 padding: 2px;
}

.box2 .title {
 background: #E0E6FA url(images/rainbow_bg_.jpg);
 height: 33px;
 margin: 0;
 padding-left: 5px;
}

/* Box 3 */
.box3 {
 float: left;
 margin-bottom: 5px;
 width: 200px;
}

.box3 .content {
 background: #E0E6FA url(images/rainbow_bg_corner.jpg) no-repeat right bottom;
 padding: 5px 10px 5px 10px;
}

.box3 h2 {
 color: #800080;
 font-size: 1.5em;
 margin: 0;
}

.box3 .link {
 font-size: 0.8em;
 list-style: square inside;
 margin: 0;
 padding: 0;
}

.box3 .title {
 background: #E0E6FA url(images/rainbow_bg_.jpg) no-repeat;
 height: 33px;
 margin: 0;
 padding-left: 5px;
}

/* Id */

/* Detail */
#detail {
}

/* Footer */
#footer {
 clear: both;
 color: #000000;
 font-size: 0.6em;
 text-align: center;
}

/* Header */
#header {
}

/* Newsletter */
#newsletter {
}

/* Special */
#special  .content {
font-size: 0.8em
}

/* Text */
#text {
}

/* Wrapper */
#wrapper {
 margin: 0 auto;
 width: 768px;
}

