@charset "utf-8";
/* CSS Document */
div.rounded {
    position:relative;
    width: 550px;;
    /*background-color: #22548f;*/
	background-color: #21417e;
	float:left;
	left:180px;
}
div.rounded1 {
    position:relative;
    width: 700px;;
    background-color: #21417e;
	float:left;
	top:20px;
	left:20px;
}
.rightdiv
{
	position:relative;
	float:left;
	width:300px;
	left:239px;
}
div.rounded-box {
    position:relative;
    width: 150px;
    background-color: #AAC8E0;
	float:left;
}


/*********************
GLOBAL ATTRIBUTES
*********************/
div.topleftcorner, div.bottomleftcorner, div.toprightcorner, div.bottomrightcorner
{position:absolute; width:20px; height:20px; background-color:#e6f2fc;  overflow:hidden;}

div.topleftinside, div.bottomleftinside, div.toprightinside, div.bottomrightinside {position:relative; font-size:150px; font-family:arial; color:#21417e; line-height: 40px; }

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.topleftcorner { top:0px; left:0px; }
div.bottomleftcorner {bottom:0px; left:0px;}
div.toprightcorner {top:0px; right:0px;}
div.bottomrightcorner {bottom: 0px; right:0px;}

div.topleftinside {left:-8px; }
div.bottomleftinside {left:-8px; top:-17px;}
div.toprightinside {left:-25px;}
div.bottomrightinside {left:-25px; top:-17px;}

div.contents {
	position: relative; padding: 20px; font-size:12px;  color:#efefef; font-weight:300; float:left;
}
/****************************     END HERE    ******************************************/

.welctxt
{
	position:relative;
	width:500px;
	top:5px;
	padding:15px;
	font-size:20px;
}
/*
.gallery
{
	position:relative;
	float:left;
	width:300px;
	top:30px;
}

.galleryspace
{
	position:relative; float:left; width:300px; height:50px;
}*/

.category
{
	position:relative;
	float:right;	
	width:150px;
	right:565px;
	
}

.categorytop
{
	position:relative;
	float:left;
	background:url(../images/BlockHeader1.png) no-repeat;
	width:150px;
	height:45px;
}

.categorycenter
{
	position:relative;
	float:left;
	background:url(../images/side-nav-center-px.png) repeat-y;
	width:151px;
	top:20px;
	right:1px;
	
	
}

.categorybottom
{
	position:relative;
	float:left;
	background:url(../images/side-nav-bottom.png) no-repeat;
	width:150px;
	height:13px;
}
