/* Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/

a {
	color: #000;
}

a img {
	border: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #00ccff;
}

acronym, abbr {
	border-bottom: 1px dashed #9370db;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #000;
	border: solid 2px #9370db;
	border-bottom: solid 1px #9370db;
	border-top: solid 3px #9370db;
	color: #e5e5e5;
	font-family: Tahoma, Arial, Serif;
	margin: 0;
	padding: 0;
}

h2 {
	border-bottom: 1px dotted #fff;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #fff;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

#header {
	background: url(image/ss142.gif) repeat;
	border-bottom: double 3px #9370db;
	border-left: solid 1px #9370db;
	border-right: solid 1px #9370db;
	border-top: solid 1px #9370db;
	font: normal 110% 'Zapf Calligraphic AT', Tahoma, Arial, Serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
        
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
        text-align: center;
}

#subcontent {
	background: url(image/i-irkbackground1a.gif) repeat;
	border-left: 2px solid #00ccff;
	border-right: 2px solid #00ccff;
        border-top: solid 2px #00ccff;
        border-bottom: solid 2px #00ccff;
        padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 195px;
	width: 11em;
        color: #000000;
        font: 90%  bold 'Times New Roman', Tahoma, Arial, Serif;
        
}



























