
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img1.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

input {
    border: 1px solid #ccc; 
    -webkit-box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1); 
    padding: 2px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 0 0;
}

input[type=button] {
	padding: 2px 5px 2px 5px;
}

.boxed {
	padding: 20px;
	background: url(images/img3.jpg) repeat-x;
}

#comments {
  padding-top: 5px;
	padding: 20px;
}

#comments .head {
	letter-spacing: 2px;
	font-size: 12px;
}

#comments .comment {
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
	background-color: #f0f0f0;
}

#comments .top {
        font-size: 120%;
	float: left;
	margin-right: 15px;
	text-align: center;
}

#comments .top a {
	text-decoration: none;
	font-weight: 900;
}

#comments .bottom {
	font-size: 85%;
}

#comments p {
	margin-bottom: 0px;
}

.heading {
	margin-bottom: 40px;
/*	text-transform: uppercase; */
	letter-spacing: 2px;
	font-size: 14px;
}

/* Header */

#header {
	width: 660px;
	height: 140px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
/*	text-transform: uppercase; */
}

#header h1 {
	padding-top: 30px;
	letter-spacing: 2px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 3px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 100px;
	margin-left: 10px;
}

#right {
	float: right;
	width: 260px;
	margin-right: 10px;
}

#right .account {
	text-align: right;
	float: right;
}
#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

/*#left li, #right li {
	margin-bottom: 1.5em;
}
*/
#center {
	margin: 0 280px 0 10px;
}

#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */

#footer {
	background: url(images/img3.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
	font-size: 12px;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
	font-size: 8px;
}
