@charset "utf-8";
@font-face {
    font-family: 'alike';
	src: url('fonts/alike.html');
    src: url('fonts/aliked41d.html?#iefix') format('embedded-opentype'),
		 url('fonts/alike-2.html') format('woff'),
		 url('fonts/alike-3.html') format('truetype'),
		 url('fonts/alike-4.html#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'crete';
	src: url('fonts/crete.html');
    src: url('fonts/creted41d.html?#iefix') format('embedded-opentype'),
		 url('fonts/crete-2.html') format('woff'),
		 url('fonts/crete-3.html') format('truetype'),
		 url('fonts/crete-4.html#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ExpletusSans-Bold';
	src: url('fonts/ExpletusSans-Bold.html');
    src: url('fonts/ExpletusSans-Boldd41d.html?#iefix') format('embedded-opentype'),
		 url('fonts/ExpletusSans-Bold-2.html') format('woff'),
		 url('fonts/ExpletusSans-Bold-3.html') format('truetype'),
		 url('fonts/ExpletusSans-Bold-4.html#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'tre';
	src: url('fonts/tre.html');
    src: url('fonts/tred41d.html?#iefix') format('embedded-opentype'),
		 url('fonts/tre-2.html') format('woff'),
		 url('fonts/tre-3.html') format('truetype'),
		 url('fonts/tre-4.html#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input, li
{
    margin: 0;
    padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a img
{
	border: 0;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: arial;
	font-weight: normal;
}

ul{
	margin: 0;
	padding: 0;
}

li{
}

.button-modify
{
	overflow: visible;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #66CC00;
	height: 30px;
	width: 80px;
}


.contactus-textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	height: 25px;
	width: 300px;
	border: 1px solid #666666;
	margin-bottom: 8px;
	padding-left: 5px;
}

.contactus-messagefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	height: 120px;
	width: 300px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL-HOME PAGE 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#master-wrapper-header {
	width: 100%;
	height:auto;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat;
}

#wrapper-header {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 191px;
}
#mainheader-top {
	height: 116px;
	width: 990px;
}
#wrapper-header-left {
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 110px;
	float: left;
}
#wrapper-header-middle {
	width: 171px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	height: 50px;
	float: left;
}

#wrapper-header-right {
	width: 120px;
	margin-top: 45px;
	height: 40px;
	float: right;
}
#wrapper-header-border {
	width: 10px;
	height: 80px;
	float: left;
	background-image: url(../images/header-right-border.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#mainheader-bot{
	height: 53px;
	width: 990px;
	background-color: #ffffff;
	border-radius : 10px 10px 0px 0px;
	
}
#mainheader-bot-left {
	height: 53px;
	width: 14px;
	border-radius : 10px 10px 0px 0px;
	float: left;
	background-image: url(../images/menu-left.png);
	background-repeat: no-repeat;
}
#mainheader-bot-middle {
	height: 53px;
	width: 962px;
	background-color: #ffffff;
	border-radius : 10px 10px 0px 0px;
	float: left;
}
#mainheader-bot-right {
	height: 53px;
	width: 14px;
	border-radius : 10px 10px 0px 0px;
	float: right;
	background-image: url(../images/menu-right.png);
	background-repeat: no-repeat;
}



#master-wrapper-flashban {
	width: 100%;
	height:auto;
	margin-bottom: 30px;
}

#wrapper-flashban {
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 404px;
	border: 9px solid #fec835;
}


#master-wrapper-courses {
	width: 100%;
	height:auto;
}

#wrapper-courses {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
}
#coursesheading {
	height: 33px;
	width: 990px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #303030;
	font-weight: bold;
}

#coursesimages {
	height: 195px;
	width: 990px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
}

#educationimg {
	height: 150px;
	width: 210px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	background-repeat: no-repeat;
	text-align: center;	
}


#master-wrapper-welcome {
	width: 100%;
	height:auto;
}

#wrapper-welcome {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
}

#wrapper-welcome123456 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 550px;
}

#wrapper-welcome-left {
	width: 555px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 310px;
	float: left;
}
#wrapper-welcome-right {
	width: 390px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 310px;
	float: right;
}

#welcometop {
	height: 210px;
	width: 555px;
}

#welcomeheading {
	height: 33px;
	width: 555px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 20px;
}

#welcomeheading-123456 {
	height: 33px;
	width: 990px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 20px;
}

#univercityheading {
	height: 33px;
	width: 390px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 20px;
}
#welcomeimg {
	float: left;
	height: 145px;
	width: 215px;
}

#welcomenote {
	float:left;
	height: 240px;
	width: 555px;
	
}
#readmore {
	height: 100px;
	width: 555px;
}
#welcomebot {
	height: 100px;
	width: 555px;
}


#welcomebot987896786 {
	height: auto;
	width: 555px;
}


#welcomebot987896786 a:link{
	text-decoration: none;
	color: #D14C21;
}

#welcomebot987896786 a:visited{
	text-decoration: none;
	color: #D14C21;
}

#welcomebot987896786 a:hover{
	text-decoration: underline;
	color: #D14C21;
}

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


#welcomebot a:link
{
	text-decoration: none;
	color: #D14C21;
}

#welcomebot a:visited
{
	text-decoration: none;
	color: #D14C21;
}

#welcomebot a:hover
{
	text-decoration: underline;
	color: #D14C21;
}

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


h4 {
	font-family: Calibri, Arial;
	font-size: 16px;
	text-align: justify;
	color: #333;
	line-height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e24800;
	font-weight: bold;
}
#sideshowimges {
	height: 131px;
	width: 366px;
	border: 2px solid #edb60c;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#univertype {
	height: 100px;
	width: 390px;
}

#univertype a:link
{
	text-decoration: none;
	color: #D14C21;
}

#univertype a:visited
{
	text-decoration: none;
	color: #D14C21;
}

#univertype a:hover
{
	text-decoration: underline;
	color: #D14C21;
}

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







#master-wrapper-footer {
	width: 100%;
	height:auto;
	background-color: #fec835;
}

#wrapper-footer {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 66px;
}
#wrapper-footer-left {
	width: 495px;
	margin-top: 26px;
	height: 20px;
	float: left;
}
.footerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#wrapper-footer-right {
	margin-top: 26px;
	height: 20px;
	float: right;
}

#wrapper-footer-right a:link
{
	text-decoration: none;
	color: #FFF;
}

#wrapper-footer-right a:visited
{
	text-decoration: none;
	color: #FFF;
}

#wrapper-footer-right a:hover
{
	text-decoration: underline;
	color: #FFF;
}

#wrapper-footer-right a:active
{
	text-decoration: none;
	color: #FFF;
}


/******************************contact us page starts here*/

#master-wrapper-content {
	width: 100%;
	height:auto;
}

#wrapper-content {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1390px;
	padding: 10px;
}
#wrapper-contentbunty {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 900px;
}
#wrapper-contentpr {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1120px;
}
#wrapper-contents {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;}

#wrapper-content-left {
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 590px;
	float: left;
}

#wrapper-content-leftkk {
	width: 990px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 590px;
	float: left;
}
#contentheading {
	height: 40px;
	width: 580px;
	padding-left: 10px;
}

#wrapper-content-right {
	width: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 590px;
	float: right;
}
#contentheading2 {
	height: 40px;
	width: 340px;
	padding-left: 10px;
}
#contactmap {
	height: 290px;
	width: 570px;
	margin: 10px;
	border: 1px solid #ECB200;
}
#addresscont {
	height: 200px;
	width: 570px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:#66FF66;
	padding-left:10px;
}
#reple14452 {
	height: 525px;
	width: 330px;
	margin-right: 10px;
	margin-left: 10px;
}
.talktous {
	font-family: Calibri, Arial;
	font-size: 20px;
	color: #000;
}
.talktous1 {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #000;
}
#aboutheading {
	height: 50px;
	width: 990px;
}

/******************************contact us page ends here*/




#aboutimg-inner-left {
	height: 500px;
	width: 650px;
	float: left;
}

#aboutimg-inner-left ul{
	margin: 0px;
	padding: 0px;

}

#aboutimg-inner-left li{
	font-family: Calibri, Arial;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
	padding-bottom: 10px;

}


#aboutimg-inner-right {
	height: 630px;
	width: 250px;
	float: right;
}


#aaboutimg-inner-right {
	height: 700px;
	width: 250px;
	float: right;
}
#aboutimg-inner-right2 {
	height: 880px;
	width: 330px;
	float: right;
}
#aboutimg-inner-right-top {
	height: 200px;
	width: 350px;
	border: 1px solid #ECB200;
}

#aboutimg-inner-right-top123456 {
	height: 700px;
	width: 245px;
	border: 1px solid #00000;
}


#aboutimg-inner-right-bot {
	width: 330px;
	margin-top: 30px;
}


.abouttype {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #000;
	text-align: justify;
}

#aboutimg-inner-right-bot ul{
	margin: 0px;
	padding: 0px;	
}

#aboutimg-inner-right-bot li{
	font-family: Calibri, Arial;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
	padding-bottom: 10px;
	
	
}
#boards-left {
	float: left;
	height: 480px;
	width: 330px;
}

#boards-left  a:link
{
	text-decoration: none;
	color: #000;
}

#boards-left a:visited
{
	text-decoration: none;
	color: #000;
}

#boards-left a:hover
{
	text-decoration: underline;
	color: #000;
}

#boards-left  a:active
{
	text-decoration: none;
	color: #000;
}
#boards-middle {
	float: left;
	height: 480px;
	width: 330px;
}

#boards-middle  a:link
{
	text-decoration: none;
	color: #000;
}

#boards-middle a:visited
{
	text-decoration: none;
	color: #000;
}

#boards-middle a:hover
{
	text-decoration: underline;
	color: #000;
}

#boards-middle  a:active
{
	text-decoration: none;
	color: #000;
}
#boards-right {
	float: right;
	height: 480px;
	width: 330px;
}

#boards-right  a:link
{
	text-decoration: none;
	color: #000;
}

#boards-right a:visited
{
	text-decoration: none;
	color: #000;
}

#boards-right a:hover
{
	text-decoration: underline;
	color: #000;
}

#boards-right a:active
{
	text-decoration: none;
	color: #000;
}

.boardstype {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #000;
}
.viewmore {
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	
}

#wrapper-content1245{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 2050px;
}
#univerimg {
	float: left;
	height: 200px;
	width: 188px;
	margin-right: 12px;
}
#univertop {
	height: 200px;
	width: 990px;
	margin-bottom: 20px;
}

#univerimg1{
	float: left;
	height: 200px;
	width: 188px;
	margin-right: 0px;
}


#wrapper-content98547 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1850px;
}
#graduation-left {
	float: left;
	width: 220px;
	background-color: #D14C21;
	padding-bottom: 10px;
}

#graduation-left a:link{
	color: #FFFFFF;
	text-decoration: none;
}


#graduation-left a:visited{
	color: #FFFFFF;
	text-decoration: none;
}


#graduation-left a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#graduation-left a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#graduation-left ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

#graduation-left li{
	font-family: Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	line-height: 30px;
	padding-left: 27px;
	background-image: url(../images/lili.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;

}


#graduation-right {
	float: right;
	height: 1800px;
	width: 730px;
}
.graducationtablesno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.gradutioncoursestablelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#graduation-right td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrapper-content985652147 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
}

#wrapper-content985652655487 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 900px;
}

#graduation-right12345 {
	float: right;
	height: 550px;
	width: 730px;
}

#graduation-right126524587 {
	float: right;
	height: 820px;
	width: 730px;
	font-family: Calibri, Arial;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
#graduation-right126524587 td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}



#graduation-right12345 td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrapper-content98965258741 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1200px;
}

#wrapper-content989652587410987654 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
}

#graduation-right85247581 {
	float: right;
	height: 1150px;
	width: 730px;
}

#graduation-right852475810987 {
	float: right;
	height: 500px;
	width: 730px;
}

#graduation-right85247581 td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrapper-content98965258547215 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1850px;
}

#wrapper-content98965258547215987654321 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1850px;
}

#graduation-right8524854752 {
	float: right;
	height: 1800px;
	width: 730px;
}



#graduation-right85248547521234567890 {
	float: right;
	height: 1800px;
	width: 730px;
}

#graduation-right85248547521234567890 td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#graduation-right8524854752 td {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div-for-welcome-universities {
	width: 990px;
	height: 350px;
}


#div-for-welcome-universities12121212 {
	width: 990px;
	height: 390px;
}

#div-for-welcome-universities111 {
	width: 990px;
	height: 210px;
}
#about-ncvt-nsdc-contenent {
	width: 990px;
}

#about-ncvt-nsdc-contenent a:link{
	color: #D14C21;
	text-decoration: none;
}

#about-ncvt-nsdc-contenent a:visited{
	color: #D14C21;
	text-decoration: none;
}

#about-ncvt-nsdc-contenent a:hover{
	color: #D14C21;
	text-decoration: underline;
}

#about-ncvt-nsdc-contenent a:active{
	color: #D14C21;
	text-decoration: none;
}

#about-ncvt-nsdc-contenent ul{
	margin: 0px;
	padding: 0px;

}

#about-ncvt-nsdc-contenent li{
	list-style-type: disc;
	list-style-position: inside;

}

#wrapper-content-imp-coursesssssss {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 540px;
}

#wrapper-content854758 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 700px;
}

#boardscontentinknkktop{
	height: 500px;
	width: 990px;
	margin-bottom: 10px;

}

#boardscontentinknkkbot{
	height: 100px;
	width: 990px;

}

#boardscontentinknkkbot ul{
	margin: 0px;
	padding: 0px;
	
}

#boardscontentinknkkbot li{
	font-family: Calibri, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 25px;

}

#graduation-right126524587 ul{
	margin: 0px;
	padding: 0px;	
}

#graduation-right126524587 li {
	font-family: Calibri, Arial;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
	padding-bottom: 10px;
}

#wrapper-content8542147584 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
}

#wrapper-welcome1239854758{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 300px;
	
}



#wrapper-welcome12398547589328749{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 630px;
}




#addresscont a:link
{
	text-decoration: none;
	color: #000;
}

#addresscont a:visited
{
	text-decoration: none;
	color: #000;
}

#addresscont a:hover
{
	text-decoration: underline;
	color: #000;
}

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


#wrapper-content854758-for-thanks-pageshkjhas {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 460px;
}


#boardscontentinknkktop1231122434{
	width: 990px;

}


#wrapper-welcome-left1212121212 {
	width: 555px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}


div.background {
    width: 500px;
    height: 250px;
    background-image:url(images/img1.png);
    border: 2px solid black;
}

div.transbox {
    width: 400px;
    height: 180px;
    margin: 30px 50px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
    margin: 30px 40px;
    font-weight: bold;
    color: #000000;
}
td{border:solid;
border:1px;
}