#slider {
    width: 658px; /* important to be same as image width */
    height: 422px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
	width: 658px; /* important to be same as image width */
	height: 422px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding-top: 10px;
}

#sliderContent, #slider1Content {
    width: 658px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 658px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 658px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 120px!important;
	height: 422px;
}
.right {
	right: 0;
	bottom: 0;
	width: 120px!important;
	height: 422px;
}
ul { list-style-type: none;}

*					{ margin: 0; padding: 0; }
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
#links {
	height: 200px;
	width: 143px;
	position: relative;
	top: -300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 14px;
	background-color: #006600;
}
body				{
	font: 15px Cambria, Serif;
	background-repeat: no-repeat;
	background-color: #000000;
}

#page-wrap			{
	width: 815px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 481px;
					 }
					 
h1					{ font: 36px Georgia, Serif; }

#content {
	background-image: url(../images/gradient.png);
	height: 433px;
	width: 658px;
	float: left;
}
#banner {
	height: 48px;
	width: 658px;
	float: left;
}
#nav {
	width: 157px;
	float: right;
}
#page {
	width: 832px;
	background-image: url(../images/gradient_big.png);
	background-repeat: no-repeat;
	height: 501px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 9px;
}

	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:100px;
		
		
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0px;
		padding-left:0px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
	display:block;
	height:43px;
	position:relative;
	background-attachment: scroll;
	background-image: url(../images/but.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	}
	
	/* Specify width and background position attributes specifically for the class: "design" */
	ul#menu li a.design {
		width:153px;
	}
	
	/* Specify width and background position attributes specifically for the class: "art" */
	ul#menu li a.art {
		width:153px;
		background-position:-153px 3px;
	}
	/* Specify width and background position attributes specifically for the class: "illustration" */
	ul#menu li a.illustration {
		width:153px;
		background-position:-306px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "3d" */
	ul#menu li a.3d {
		width:153px;
		background-position:-459px;
	}
	
	
	/* Specify width and background position attributes specifically for the class: "web" */
	ul#menu li a.web {
		width:153px;
		background-position:-612px 1px;
	}
		/* Specify width and background position attributes specifically for the class: "web" */
	ul#menu li a.threed {
		width:153px;
		background-position:-459px 1px;
	}
	
	/* Specify width and background position attributes specifically for the class: "aboutme" */
	ul#menu li a.aboutme {
	width:157px;
	background-position:-765px 0px;
	margin-top: 218px;
	height: 48px;
	}
	/* Span (on hover) - common attributes */
	ul#menu li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	background-attachment: scroll;
	background-image: url(../images/but.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "design" */
	ul#menu li a.design span {
		background-position:0px -48px;
	}
	
	/* Shift background position on hover for the class: "art" */
	ul#menu li a.art span {
		background-position:-153px -48px;
	}
    /* Shift background position on hover for the class: "illustration" */
	ul#menu li a.illustration span {
		background-position:-306px -48px;
	}
	
	/* Shift background position on hover for the class: "3d" */
	ul#menu li a.3d span {
		background-position:-459px -48px;
	}
	/* Shift background position on hover for the class: "web" */
	ul#menu li a.web span {
		background-position:-614px -48px;
	}
	/* Shift background position on hover for the class: "web" */
	ul#menu li a.threed span {
		background-position:-459px -48px;
	}
	
	/* Shift background position on hover for the class: "aboutme" */
	ul#menu li a.aboutme span {
	background-position:-765px -48px;
	height: 48px;
	}
	
#logo {
	background-image: url(../images/macuse.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 125px;
	position: relative;
	z-index: 1000;
	left: 3px;
	top: -451px;
}
#content iframe {
	overflow: no;
	height: 430px;
	width: 658px;
}

#blog img {
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#aboutme {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 658px;
	background-image: url(../images/moi.png);
	height: 433px;
	position: relative;
}
img {
behavior: url(iepngfix.htc);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text {
	width: 400px;
	margin-left: 223px;
	padding-top: 50px;
}
div { behavior: url(iepngfix.htc) }
