@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*
	background-image:url(img/inone-2008_09.png);
	background-position:0px 172px;
	*/
	background-position:200px 150px;
	background-repeat:no-repeat;
	font-family:Arial,  Helvetica, sans-serif;
	
	font-size:12px;
	color:#FDF7E9;
}

img{
	border:0px;
}
a:visited{
color:#CCCCCC;
}

a:link{
color:#CCCCCC;
}

.header{
	background-image:url(../img/header_repeat.png);
	height:129px;
}

.header-logo{
	float:left;
	position:relative;
	left:40px;
	background-image:url(../img/header_logo.png);
	height:129px;
	width:96px;	
}

.header-navbar{
	position:absolute;
	left:271px;
	top:79px;
	width: 600px;
}

.header-center{
	width:950px;
}

.content{
	float:left;
	width:639px;
	height:700px;
	/*
	border-left: 1px solid #4b4b4b;
	*/
}

.content-center{
	width:950px;
}


.content-box { 
	position:relative;
	margin-top:15px;
	margin-left:15px;

}
.resizeMe { 
	border:gray dashed 5px;
	margin-top:10px;
	margin-left:10px;
	margin-right:-5px;

}

.contentbox_top-left, .contentbox_top-right{ 
	background-image:url(../img/box.png); /* CHANGE: path and name of your image */
	height: 10px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.contentbox_bottom-left, .contentbox_bottom-right { 
	background-image:url(../img/box.png); /* CHANGE: path and name of your image */
	height: 70px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.contentbox_middle-left, .contentbox_middle-right { 

	background-image:url(../img/box-middle.png); /* CHANGE: path and name of your image */
	/*height: 100%;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	padding-left:10px;
	margin-bottom:-10px;
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.contentbox_middle-right { 
	background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */


	}
.contentbox_middle-left { 
	background-position: 0 -10px; /* CHANGE: replace second number by negative height of one of your corners */

	}
.contentbox_top-left, .contentbox_bottom-left { 
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	}
.contentbox_top-right, .contentbox_bottom-right { 
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	}
.contentbox_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.contentbox_bottom-left  { 
	background-position: 0 -50px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.contentbox_bottom-right { 
	background-position: 100% -50px; /* CHANGE: replace second number by negative height of one of your corners */
	margin-top: -70px;  /* CHANGE: replace by the height of one of your corners */
	}
.contentbox_inside {
	font-size:12px;
	overflow:hidden;
	z-index:20;
	/*background-image:url(../img/content-box-background.png);/*/
	
	}
.contentbox_notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.contentbox_nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */




.sidebar{
	float:left;
	width:232px;
	margin-top:15px;
	margin-left:18px;
	margin-right:5px;
}

h1{
	font-size:16px;
}

