/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background-image: url(bkgd.gif) !important; 
	background-attachment: fixed;
}

#wrapper {
	margin-left: 5%;
}

#paper {
	float: left;
	width: 510px;
	background-image:url(bink.gif) !important;
	background-attachment: scroll;
	text-align: center;
}

#work img {
	border: 1px solid #c43c69;
	padding: 3px;
}

#work h2 {
	margin-top: 20px;
}

#header {
	padding-top: 45px;
	padding-bottom: 15px;
	text-align: right;
}

#content {
	background-color: #ffffff;	
	text-align: left;
	width: auto;
	padding: 15px;
}

#CaptionBox {

}

#work {
	width: 432px;
	padding: 3px;
	background-color: #ffffff;
}

#work ul {
	width: 100%;
	height: 100%;
	padding: 30px;
}

#footer {
	padding-top: 30px;
	width: 100%;
	height: 130px;
	bottom: 10px;
	vertical-align: bottom;
	text-align: center;
}

#footer b, #footer a {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	font-variant: normal;
	text-align: center;
	vertical-align: text-bottom;
}

#footer p a, #footer p {
	font-weight: normal;
	color: #8E7788;
	vertical-align: text-bottom;
	line-height: 16px;
}

#nav {
	width: 200px;
	float: left;
	padding-top: 45px;
	height: 100%;
}

#slideTrue, #slideFalse {
	padding-left: 50px;
	padding-top: 15px;
}

ul {
	list-style-image: url(bull.gif);
	list-style-position: inside;
	padding-left: 15px;
	width: 100%;
	float: left;
	height: auto;
}

ol {
	padding-left: 50px;
	width: 100%;
	float: left;
}

li {
	width: 100%;
	float: left;
	clear: both;
	height: auto;
}

#workSub {
	width: 190px;
	float: left;
}

.thumb {
	float: left;
	width: 150px;
	height: auto;
	padding-left: 35px;
}

.nail {
	float: left;
	height: auto;
	width: auto;
	padding: 3px;
}

p, a, h3, h4, h5, h6, .skill, .soft, i, .email, .area, .send, ol, li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #250020;
	line-height: 20px; 
}

a {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #c43c69;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #f7a3a3;
}


.soft {
	margin-left: 20px;
	font-style: italic;
}

.skill {
	margin-left: 20px;	
}

h1 {
	border-bottom: 1px dotted #250020;
	font-size: 11px;
    width: auto;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
	text-align: center;
	color: #250020;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}	


h2 {
	font-family: Georgia, serif;
	color: #250020;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;	
}

h3 {
	font-size: 10px;
	color: #c43c69;
	font-weight: bolder;
}

h4 {
	font-size: 10px;
	font-weight: bolder;
	line-height:21px;
	color: #250020;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	color:#999999;
}

b {
	border-bottom: 1px dotted #250020;
}

s {
	text-decoration: none;
	color: #E4BAC6;
}

.intro p {
	font-family: Georgia, serif;
	color: #250020;
	font-size: 11px;
}

span {
	border-bottom: 1px dotted #332b2b;
	text-align: center;
	text-decoration: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.email {
	background-color:#ffffff;
	padding: 3px;
	border: 1px solid #c43269;
	width: 350px;
}

.area {
	background-color:#ffffff;
	border: 1px solid #c43269;
	padding: 3px;
	width: 350px;
}

.send {
	background-color:#FFFFFF;
	border: 1px solid #c43269;
	padding: 3px;
}

.code { 
	background-color: #e6d8d8;
	border: 1px dashed #c43269;
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	width: 430px;
}